com.ibm.jarm.api.core

Class RMFactory.DomainConnection

  • java.lang.Object
    • com.ibm.jarm.api.core.RMFactory.DomainConnection
  • Enclosing class:
    RMFactory


    public static class RMFactory.DomainConnection
    extends java.lang.Object
    Factory for DomainConnection instances.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static DomainConnection createInstance(DomainType domainType, java.lang.String url, java.util.Map<java.lang.String,java.lang.Object> connectionInfo)
      Returns an instance of DomainConnection.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createInstance

        public static DomainConnection createInstance(DomainType domainType,
                                      java.lang.String url,
                                      java.util.Map<java.lang.String,java.lang.Object> connectionInfo)
        Returns an instance of DomainConnection.
        Parameters:
        domainType - The DomainType to acquire a connection for. This entry cannot be null.
        url - The URL string that defines the domain connection. This entry cannot be null.
        connectionInfo - optional, addition domain connection information. This entry can be null or an empty Map.
        Returns:
        A DomainConnection instance.

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