com.ibm.jarm.api.core

Interface DomainConnection

    • Method Summary

      Methods 
      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()
      The DomainType of the RMDomain that this DomainConnection describes.
      java.lang.String getUrl()
      The Url string used by this domain connection.
    • Method Detail

      • getUrl

        java.lang.String getUrl()
        The Url string used by this domain connection.
        Returns:
        A String value.
      • getConnectionInfo

        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.

        Note that currently, only P8 Content Engine-type domains are supported which do not require any other additional connection information.

        Returns:
        A Map<String, Object>. This entry can be null or empty.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.