Uses of Class
com.ibm.di.server.ResourceHash
-
Packages that use ResourceHash Package Description com.ibm.di.api Provides packages and classes for managing the server API.com.ibm.di.cdm.core com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model.com.ibm.di.connector Provides classes for the Directory Integrator's connectors.com.ibm.di.connector.axis2 Provides classes for the Axis2 Web Service server connector.com.ibm.di.connector.ccmdb com.ibm.di.connector.disb com.ibm.di.connector.dominoUsers Provides classes for the Domino users connector.com.ibm.di.connector.maximo.core Provides core classes for the connector.com.ibm.di.eclipse.http.commands com.ibm.di.fc Provides classes for the Directory Integrator's function components.com.ibm.di.fc.emf Provides classes for the EMF function components.com.ibm.di.fc.webservice.util Provides utility classes used by the web service function components.com.ibm.di.migration com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine.com.ibm.di.systemqueue Provides classes for the Security Verify Directory Integrator system queue.com.ibm.di.systemqueue.driver Provides classes for connecting to different JMS password stores.com.ibm.di.util Provides utility classes for the Security Verify Directory Integrator. -
-
Uses of ResourceHash in com.ibm.di.api
Methods in com.ibm.di.api that return ResourceHash Modifier and Type Method Description static ResourceHash
APIEngine. getResHash()
Returns the object logging TMS messages. -
Uses of ResourceHash in com.ibm.di.cdm.core
Fields in com.ibm.di.cdm.core declared as ResourceHash Modifier and Type Field Description protected static ResourceHash
MetaData. resHash
NLS Property set holding name-value pairs for the resource. -
Uses of ResourceHash in com.ibm.di.config.base
Methods in com.ibm.di.config.base that return ResourceHash Modifier and Type Method Description static ResourceHash
BaseConfigurationImpl. getResHash()
-
Uses of ResourceHash in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return ResourceHash Modifier and Type Method Description static ResourceHash
MetamergeConfigFactory. getResHash()
-
Uses of ResourceHash in com.ibm.di.connector
Methods in com.ibm.di.connector that return ResourceHash Modifier and Type Method Description static ResourceHash
LDAPServerConnector. getResHash()
-
Uses of ResourceHash in com.ibm.di.connector.axis2
Methods in com.ibm.di.connector.axis2 that return ResourceHash Modifier and Type Method Description static ResourceHash
Axis2WSServerConnector. getResHash()
-
Uses of ResourceHash in com.ibm.di.connector.ccmdb
Methods in com.ibm.di.connector.ccmdb that return ResourceHash Modifier and Type Method Description protected static ResourceHash
CCMDBConnector. getResHash()
-
Uses of ResourceHash in com.ibm.di.connector.disb
Methods in com.ibm.di.connector.disb that return ResourceHash Modifier and Type Method Description static ResourceHash
DISBConnector. getResHash()
-
Uses of ResourceHash in com.ibm.di.connector.dominoUsers
Methods in com.ibm.di.connector.dominoUsers that return ResourceHash Modifier and Type Method Description static ResourceHash
DominoUsersConnector. getResHash()
Getter for the ResourceHash of the TMS messages -
Uses of ResourceHash in com.ibm.di.connector.maximo.core
Methods in com.ibm.di.connector.maximo.core that return ResourceHash Modifier and Type Method Description static ResourceHash
SimpleTpaeIFConnector. getResHash()
-
Uses of ResourceHash in com.ibm.di.eclipse.http.commands
Fields in com.ibm.di.eclipse.http.commands declared as ResourceHash Modifier and Type Field Description static ResourceHash
RestCommand. sRes
For error messages and Exceptions -
Uses of ResourceHash in com.ibm.di.fc
Methods in com.ibm.di.fc that return ResourceHash Modifier and Type Method Description static ResourceHash
DeltaFC. getResHash()
Used by the script 'deleteDelta' in the tdi.xml for this component. -
Uses of ResourceHash in com.ibm.di.fc.emf
Constructors in com.ibm.di.fc.emf with parameters of type ResourceHash Constructor Description GraphObjects(ResourceHash resHash)
Deprecated.ModelParser(ResourceHash resHash)
Deprecated.UpdateSchema(java.lang.String xsdFile, java.util.Map uriToPrefixMap, boolean alwaysPrefix, boolean isSDOToXML, ResourceHash resHash)
Deprecated. -
Uses of ResourceHash in com.ibm.di.fc.webservice.util
Methods in com.ibm.di.fc.webservice.util that return ResourceHash Modifier and Type Method Description static ResourceHash
WebServiceCall. getResHash()
Returns a NLS Property set which holds all the translated values in the current language. -
Uses of ResourceHash in com.ibm.di.migration
Fields in com.ibm.di.migration declared as ResourceHash Modifier and Type Field Description protected static ResourceHash
BaseMigrationUtility. resHash
-
Uses of ResourceHash in com.ibm.di.server
Methods in com.ibm.di.server that return ResourceHash Modifier and Type Method Description static ResourceHash
ResourceHash. getHash(java.lang.String category)
static ResourceHash
ResourceHash. getHash(java.lang.String category, java.lang.String acceptLang)
A ResourceHash specified by language. -
Uses of ResourceHash in com.ibm.di.systemqueue
Fields in com.ibm.di.systemqueue declared as ResourceHash Modifier and Type Field Description static ResourceHash
SystemQueueEngine. sResHash
-
Uses of ResourceHash in com.ibm.di.systemqueue.driver
Fields in com.ibm.di.systemqueue.driver declared as ResourceHash Modifier and Type Field Description protected ResourceHash
IBMMB. resHash
protected ResourceHash
IBMMQ. resHash
ResourceHash used for access of the TMS messagesprotected ResourceHash
WebsphereESB. resHash
ResourceHash used for access of the TMS messages -
Uses of ResourceHash in com.ibm.di.util
Fields in com.ibm.di.util declared as ResourceHash Modifier and Type Field Description protected static ResourceHash
BasePropertiesFile. resHash
-