public interface DomainConnection
A domain connection can be obtained using the
RMFactory.DomainConnection.createInstance
method.
RMFactory.RMDomain.fetchInstance
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getConnectionInfo()
Returns an optional Map of key/value pair entries that
represents additional information necessary for establishing
an active connection to a given domain.
|
DomainType |
getDomainType()
|
java.lang.String |
getUrl()
The Url string used by this domain connection.
|
DomainType getDomainType()
DomainType
for this domain connection.java.lang.String getUrl()
String
value.java.util.Map<java.lang.String,java.lang.Object> getConnectionInfo()
Note that currently, only P8 Content Engine-type domains are supported which do not require any other additional connection information.
null
or empty.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.