Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
G
getAuthInfo()
- Method in class com.ibm.uddi.promoter.
Publisher
Returns AuthInfo.
getAuthInfo(String, String)
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets AuthInfo.
getAuthorizedName()
- Method in class com.ibm.uddi.promoter.
Publisher
Returns authorized name.
getBindings()
- Method in class com.ibm.uddi.promoter.
UddiEntityKeys
Returns the binding keys.
getBindings()
- Method in class com.ibm.uddi.promoter.
UddiEntities
Returns the bindings.
getBindingTemplate(BindingDetail)
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets BindingTemplate given a BindingDetail.
getBindingTemplate(String)
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets BindingTemplate given a binding key.
getBusinessEntity(BusinessDetail)
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets BusinessEntity given a BusinessDetail.
getBusinessEntity(String)
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets BusinessEntity given a key.
getBusinesses()
- Method in class com.ibm.uddi.promoter.
UddiEntityKeys
Returns the business keys.
getBusinesses()
- Method in class com.ibm.uddi.promoter.
UddiEntities
Returns the businesses.
getBusinessService(ServiceDetail)
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets BusinessService given a ServiceDetail.
getBusinessService(String)
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets BusinessService given a key.
getConfiguration()
- Method in class com.ibm.uddi.promoter.
PromoterAPI
Returns the configuration.
getConnection()
- Method in class com.ibm.uddi.promoter.publish.
KeyDetector
Returns the connection.
getConnection()
- Method in class com.ibm.uddi.promoter.db.
DBManager
Gets a connection to database.
getCurrentLevel()
- Method in class com.ibm.uddi.promoter.
PromoterLogger
Returns current trace detail level.
getDatabaseConfiguration()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns the database configuration.
getDatabaseConfiguration()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns an object containing all the database specific configuration data.
getDbDriver()
- Method in class com.ibm.uddi.promoter.config.
DatabaseConfiguration
Returns the database driver class name.
getDbDriver()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns database driver class name.
getDbDriver()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns database driver class name.
getDbPasswd()
- Method in class com.ibm.uddi.promoter.config.
DatabaseConfiguration
Returns the database password.
getDbPasswd()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns database password.
getDbPasswd()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns database password.
getDbUrl()
- Method in class com.ibm.uddi.promoter.config.
DatabaseConfiguration
Returns the database JDBC URL.
getDbUrl()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns database JDBC URL.
getDbUrl()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns database URL.
getDbUser()
- Method in class com.ibm.uddi.promoter.config.
DatabaseConfiguration
Returns the database userid.
getDbUser()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns database userid.
getDbUser()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns database userid.
getEntityCount()
- Method in class com.ibm.uddi.promoter.
UddiEntities
Returns total number of entities in all collections.
getEntityKeys()
- Method in class com.ibm.uddi.promoter.export.
KeyFileReader
Returns entity keys list.
getErrors()
- Method in class com.ibm.uddi.promoter.transform.
ErrorHandler
Returns the errors.
getExportConfiguration()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns an object containing all the export specific configuration data.
getFromGetURL()
- Method in class com.ibm.uddi.promoter.config.
ExportConfiguration
Returns the source registry get service URL.
getFromGetURL()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns URL to source UDDI registry get service.
getFromInquiryURL()
- Method in class com.ibm.uddi.promoter.config.
ExportConfiguration
Returns the source registry inquiry service URL.
getFromInquiryURL()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns URL to source UDDI registry inquiry service.
getHighestSequenceNumber(BindingTemplate)
- Method in class com.ibm.uddi.promoter.publish.
EntityStubManager
Returns the highest sequence number for bindings in a given
BusinessService
.
getHighestSequenceNumber(BusinessService)
- Method in class com.ibm.uddi.promoter.publish.
EntityStubManager
Returns the highest sequence number for services in a given
BusinessEntity
.
getImportConfiguration()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns an object containing all the import specific configuration data.
getImportedBindingsCount()
- Method in class com.ibm.uddi.promoter.publish.
ImportResults
Returns the importedBindingsCount.
getImportedBusinessesCount()
- Method in class com.ibm.uddi.promoter.publish.
ImportResults
Returns the importedBusinessesCount.
getImportedEntityCount()
- Method in class com.ibm.uddi.promoter.publish.
ImportResults
Returns the number of entities that were succesfull imported into the target registry.
getImportedReferencedEntityCount()
- Method in class com.ibm.uddi.promoter.publish.
ImportResults
Returns the number of referencedTModels that were successfully imported into the target registry.
getImportedReferencedTModelsCount()
- Method in class com.ibm.uddi.promoter.publish.
ImportResults
Returns the importedReferencedTModelsCount.
getImportedServicesCount()
- Method in class com.ibm.uddi.promoter.publish.
ImportResults
Returns the importedServicesCount.
getImportedTModelsCount()
- Method in class com.ibm.uddi.promoter.publish.
ImportResults
Returns the importedTModelsCount.
getInserts()
- Method in class com.ibm.uddi.promoter.exception.
PromoterException
Returns the message inserts.
getInstance(DatabaseConfiguration)
- Static method in class com.ibm.uddi.promoter.db.
DBManager
Returns single instance of
DBManager
.
getKey()
- Method in class com.ibm.uddi.promoter.entity.
KeyedEntityStub
Gets key.
getKeyCount()
- Method in class com.ibm.uddi.promoter.
UddiEntityKeys
Returns total number of keys in all collections.
getKeyDetector()
- Method in class com.ibm.uddi.promoter.publish.
EntityDetector
Returns the keyDetector.
getKeysAsProperties()
- Method in class com.ibm.uddi.promoter.
UddiEntityKeys
Creates a
Properties
with the required content for a keys file.
getLocalizedMessage()
- Method in class com.ibm.uddi.promoter.exception.
PromoterException
Returns a translated message using the key and inserts contained within the exception object.
getLogger()
- Static method in class com.ibm.uddi.promoter.
PromoterLogger
Returns the single instance of PromoterLogger.
getLoggerConfiguration()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns configuration object for the
PromoterLogger
.
getMessageKey()
- Method in class com.ibm.uddi.promoter.exception.
PromoterException
Returns the messageKey.
getMessageLogFileName()
- Method in class com.ibm.uddi.promoter.config.
LoggerConfiguration
Returns the message log file name.
getMessageLogFileName()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns the message log file name.
getMessages()
- Method in class com.ibm.uddi.promoter.config.
DatabaseConfiguration
Returns the messages resources.
getMessageStream()
- Method in class com.ibm.uddi.promoter.config.
LoggerConfiguration
Returns the messages stream.
getMessageStream()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns the messages stream.
getName()
- Method in class com.ibm.uddi.promoter.entity.
NamedEntityStub
Gets the name.
getNamespacePrefix()
- Method in class com.ibm.uddi.promoter.config.
TransformConfiguration
Returns the namespace prefix used in the generation of the entity definition file.
getNamespacePrefix()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns the namespace prefix used in the generation of the entity definition file.
getNestedException()
- Method in class com.ibm.uddi.promoter.exception.
PromoterException
Returns the nested
Exception
.
getOperatorName()
- Method in class com.ibm.uddi.promoter.entity.
PrimaryEntityStub
Gets operator name.
getOperatorName()
- Method in class com.ibm.uddi.promoter.
Publisher
Returns operator name.
getOwnerName()
- Method in class com.ibm.uddi.promoter.entity.
PrimaryEntityStub
Gets owner name.
getParentKey()
- Method in class com.ibm.uddi.promoter.entity.
BindingStub
getParentKey()
- Method in class com.ibm.uddi.promoter.entity.
ChildEntityImpl
getParentKey()
- Method in class com.ibm.uddi.promoter.entity.
ServiceStub
getParentKey()
- Method in interface com.ibm.uddi.promoter.entity.
ChildEntity
Gets the key of the parent entity.
getPassword()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns the password for the target registry.
getPassword()
- Method in class com.ibm.uddi.promoter.config.
PublishConfiguration
Returns target registry access password.
getPassword()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns target registry access password.
getPublishConfiguration()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns the publish configuration.
getPublishConfiguration()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns an object containing all the publish specific configuration data.
getPublisher()
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets Publisher.
getReferencedTModels()
- Method in class com.ibm.uddi.promoter.
UddiEntities
Returns the referencedTModels.
getSeq()
- Method in class com.ibm.uddi.promoter.entity.
BindingStub
getSeq()
- Method in class com.ibm.uddi.promoter.entity.
ChildEntityImpl
getSeq()
- Method in class com.ibm.uddi.promoter.entity.
ServiceStub
getSeq()
- Method in interface com.ibm.uddi.promoter.entity.
ChildEntity
Gets the sequence number.
getService(String)
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets BusinessService.
getServices()
- Method in class com.ibm.uddi.promoter.
UddiEntityKeys
Returns the service keys.
getServices()
- Method in class com.ibm.uddi.promoter.
UddiEntities
Returns the services.
getTModel(String)
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets TModel given a key.
getTModel(TModelDetail)
- Method in class com.ibm.uddi.promoter.
UDDIClient
Gets TModel given a TModelDetail.
getTModels()
- Method in class com.ibm.uddi.promoter.
UddiEntityKeys
Returns the tModel keys.
getTModels()
- Method in class com.ibm.uddi.promoter.
UddiEntities
Returns the tModels.
getToInquiryURL()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns target UDDI registry inquiry URL.
getToInquiryURL()
- Method in class com.ibm.uddi.promoter.config.
PublishConfiguration
Returns URL to target UDDI registry inquiry service.
getToInquiryURL()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns URL to target UDDI registry inquiry service.
getToPublishURL()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns target UDDI registry publish URL.
getToPublishURL()
- Method in class com.ibm.uddi.promoter.config.
PublishConfiguration
Returns URL to target UDDI registry publish service.
getToPublishURL()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns URL to target UDDI registry publish service.
getTraceLevel()
- Method in class com.ibm.uddi.promoter.config.
LoggerConfiguration
Returns the trace detail level.
getTraceLevel()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns the trace detail level.
getTraceLogFileName()
- Method in class com.ibm.uddi.promoter.config.
LoggerConfiguration
Returns the trace log file name.
getTraceLogFileName()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns the trace log file name.
getTransformConfig()
- Method in class com.ibm.uddi.promoter.transform.
UddiTransformer
Returns the configuration.
getTransformConfiguration()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns the configuration for serialization and deserialization functions.
getTruncatedStates()
- Method in class com.ibm.uddi.promoter.export.
EntityFinder
Returns the truncatedStates.
getTrustStoreFilename()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns the trust store file name.
getTrustStoreFilename()
- Method in class com.ibm.uddi.promoter.config.
PublishConfiguration
Returns the trust store file name.
getTrustStoreFilename()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns the trust store file name.
getTrustStorePassword()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns the trust store password.
getTrustStorePassword()
- Method in class com.ibm.uddi.promoter.config.
PublishConfiguration
Returns the trust store password.
getTrustStorePassword()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns the trust store password.
getUddiEntityDefinitionFile()
- Method in class com.ibm.uddi.promoter.config.
TransformConfiguration
Returns the entity definition file path and name.
getUddiEntityDefinitionFile()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns the entity definition file path.
getUddiEntityDefinitionFile()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns the entity definition file path and name.
getUserID()
- Method in class com.ibm.uddi.promoter.config.
ImportConfiguration
Returns the user ID for the target registry.
getUserID()
- Method in class com.ibm.uddi.promoter.config.
PublishConfiguration
Returns target registry access userid.
getUserID()
- Method in class com.ibm.uddi.promoter.config.
Configuration
Returns target registry access userid.
getWarnings()
- Method in class com.ibm.uddi.promoter.transform.
ErrorHandler
Returns the warnings.
Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X