public class ADKGLOBAL
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ADK_MAJORCODE |
static java.lang.String |
ADK_PROD |
static int |
ADK_REGISTER_EXCEPTION |
static int |
ADK_UNREGISTER_EXCEPTION |
static int |
CONNECTION_MAJORCODE |
static java.lang.String |
DESIGN_LOCALE_PROPERTY
Metadata property used to hold the client locale that was used when an adapter service or notification
was created.
|
static AdapterResourceBundleManager |
ERROR_RESOURCE_BUNDLE_MGR
An AdapterResourceBundleManager referring a resource bundle set
containing all error messages that can be internally generated by the
ADK.
|
static int |
LISTENER_MAJORCODE |
static int |
NOTIFICATION_MAJORCODE |
static java.lang.String |
RESOURCEBUNDLE_UNKNOWN_VALUE |
static java.lang.String |
RESOURCEBUNDLEKEY_ABOUT
String constant used for creating resource bundle key representing an adapter's help link
to its "about" information.
|
static java.lang.String |
RESOURCEBUNDLEKEY_COPYRIGHTENCODING
String constant used to specify the encoding of the third party copyright
file.
|
static java.lang.String |
RESOURCEBUNDLEKEY_DESCRIPTION
String constant used for creating resource bundle keys representing string descriptions.
|
static java.lang.String |
RESOURCEBUNDLEKEY_DISPLAYNAME
String constant used for creating a resource bundle key representing a string display name.
|
static java.lang.String |
RESOURCEBUNDLEKEY_GROUP
String constant used for creating resource bundle keys representing a group in an adapter service template or adapter notification template.
|
static java.lang.String |
RESOURCEBUNDLEKEY_GROUPURL
String constant used for creating resource bundle keys representing a group's help link.
|
static java.lang.String |
RESOURCEBUNDLEKEY_HELPURL
String constant used for creating a resource bundle key representing a string help link.
|
static java.lang.String |
RESOURCEBUNDLEKEY_LISTCONNECTIONTYPES
String constant used for creating the resource bundle key representing an adapter's help link
to its connection types.
|
static java.lang.String |
RESOURCEBUNDLEKEY_LISTLISTENERNOTIFICATIONS
String constant used for creating the resource bundle key representing an adapter's help link
associated with the listener notifications listing page.
|
static java.lang.String |
RESOURCEBUNDLEKEY_LISTLISTENERS
String constant used for creating the resource bundle key representing an adapter's help link
associated with the listeners listing page.
|
static java.lang.String |
RESOURCEBUNDLEKEY_LISTLISTENERTYPES
String constant used for creating the resource bundle key representing an adapter's help link
associated with the listener types page (used during listener creation).
|
static java.lang.String |
RESOURCEBUNDLEKEY_LISTPOLLINGNOTIFICATIONDETAILS
String constant used for creating a resource bundle key representing an adapter's help link
to the details of its polling notifications.
|
static java.lang.String |
RESOURCEBUNDLEKEY_LISTPOLLINGNOTIFICATIONS
String constant used for creating a resource bundle key representing an adapter's help link
to its polling notifications.
|
static java.lang.String |
RESOURCEBUNDLEKEY_LISTRESOURCES
String constant used for creating the resource bundle key representing an adapter's help link
to its resources.
|
static java.lang.String |
RESOURCEBUNDLEKEY_RELEASENOTEURL
String constant used for creating a resource bundle key representing string release note
links.
|
static java.lang.String |
RESOURCEBUNDLEKEY_THIRDPARTYCOPYRIGHTURL
String constant used for creating a resource bundle key representing string
thirdparty copyright links.
|
static java.lang.String |
RESOURCEBUNDLEKEY_VENDORNAME
String constant used for creating the resource bundle key representing an
adapter's vendor name.
|
static int |
SERVICE_MAJORCODE |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAdapterResourceBundleName() |
static AdapterResourceBundleManager |
getErrorResourceBundleManager()
Get the manager of the resource bundle set containing all ADK error messages generated internally.
|
public static final int ADK_MAJORCODE
public static final java.lang.String ADK_PROD
public static final int ADK_REGISTER_EXCEPTION
public static final int ADK_UNREGISTER_EXCEPTION
public static final int CONNECTION_MAJORCODE
public static final java.lang.String DESIGN_LOCALE_PROPERTY
public static AdapterResourceBundleManager ERROR_RESOURCE_BUNDLE_MGR
public static final int LISTENER_MAJORCODE
public static final int NOTIFICATION_MAJORCODE
public static final java.lang.String RESOURCEBUNDLE_UNKNOWN_VALUE
public static final java.lang.String RESOURCEBUNDLEKEY_ABOUT
"[AdapterTypeName]" + RESOURCEBUNDLEKEY_ABOUT + RESOURCEBUNDLEKEY_HELPURL
public static final java.lang.String RESOURCEBUNDLEKEY_COPYRIGHTENCODING
For example:
A resource bundle key for the thirdparty adapter's copyright encoding should be "[AdapterTypeName]" + RESOURCEBUNDLEKEY_COPYRIGHTENCODING
public static final java.lang.String RESOURCEBUNDLEKEY_DESCRIPTION
For example:
A resource bundle key for the adapter's description should be "[AdapterTypeName]" + RESOURCEBUNDLEKEY_DESCRIPTION
A resource bundle key for a connection's description should be "[ConnectionTypeName]" + RESOURCEBUNDLEKEY_DESCRIPTION
public static final java.lang.String RESOURCEBUNDLEKEY_DISPLAYNAME
For example:
A resource bundle key for the adapter's display name should be "[AdapterTypeName]" + RESOURCEBUNDLEKEY_DISPLAYNAME
A resource bundle key for a connection's display name should be "[ConnectionTypeName]" + RESOURCEBUNDLEKEY_DISPLAYNAME
public static final java.lang.String RESOURCEBUNDLEKEY_GROUP
For example: "[GroupName]" + RESOURCEBUNDLEKEY_GROUP
public static final java.lang.String RESOURCEBUNDLEKEY_GROUPURL
For example: "[GroupName]" + RESOURCEBUNDLEKEY_GROUPURL
public static final java.lang.String RESOURCEBUNDLEKEY_HELPURL
For example:
A resource bundle key for the adapter's help link should be "[AdapterTypeName]" + RESOURCEBUNDLEKEY_ABOUT + RESOURCEBUNDLEKEY_HELPURL
A resource bundle key for a connection's help link should be "[ConnectionTypeName]" + RESOURCEBUNDLEKEY_HELPURL
public static final java.lang.String RESOURCEBUNDLEKEY_LISTCONNECTIONTYPES
"[AdapterTypeName]" + RESOURCEBUNDLEKEY_LISTCONNECTIONTYPES + RESOURCEBUNDLEKEY_HELPURL
public static final java.lang.String RESOURCEBUNDLEKEY_LISTLISTENERNOTIFICATIONS
"[AdapterTypeName]" + RESOURCEBUNDLEKEY_LISTLISTENERNOTIFICATIONS + RESOURCEBUNDLEKEY_HELPURL
public static final java.lang.String RESOURCEBUNDLEKEY_LISTLISTENERS
"[AdapterTypeName]" + RESOURCEBUNDLEKEY_LISTLISTENERS + RESOURCEBUNDLEKEY_HELPURL
public static final java.lang.String RESOURCEBUNDLEKEY_LISTLISTENERTYPES
"[AdapterTypeName]" + RESOURCEBUNDLEKEY_LISTLISTENERTYPES + RESOURCEBUNDLEKEY_HELPURL
public static final java.lang.String RESOURCEBUNDLEKEY_LISTPOLLINGNOTIFICATIONDETAILS
"[AdapterTypeName]" + RESOURCEBUNDLEKEY_LISTPOLLINGNOTIFICATIONDETAILS + RESOURCEBUNDLEKEY_HELPURL
public static final java.lang.String RESOURCEBUNDLEKEY_LISTPOLLINGNOTIFICATIONS
"[AdapterTypeName]" + RESOURCEBUNDLEKEY_LISTPOLLINGNOTIFICATIONS + RESOURCEBUNDLEKEY_HELPURL
public static final java.lang.String RESOURCEBUNDLEKEY_LISTRESOURCES
"[AdapterTypeName]" + RESOURCEBUNDLEKEY_LISTRESOURCES + RESOURCEBUNDLEKEY_HELPURL
public static final java.lang.String RESOURCEBUNDLEKEY_RELEASENOTEURL
For example:
A resource bundle key for the adapter's release note link should be "[AdapterTypeName]" + RESOURCEBUNDLEKEY_RELEASENOTEURL
public static final java.lang.String RESOURCEBUNDLEKEY_THIRDPARTYCOPYRIGHTURL
For example:
A resource bundle key for the thirdparty adapter's copyright link should be "[AdapterTypeName]" + RESOURCEBUNDLEKEY_THIRDPARTYCOPYRIGHTURL
public static final java.lang.String RESOURCEBUNDLEKEY_VENDORNAME
For example: "[AdapterTypeName]" + RESOURCEBUNDLEKEY_VENDORNAME
public static final int SERVICE_MAJORCODE
public static java.lang.String getAdapterResourceBundleName()
public static AdapterResourceBundleManager getErrorResourceBundleManager()
Copyright © 2003 - 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.