com.ibm.jarm.api.core

Class RMFactory.RMDomain

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


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

      Methods 
      Modifier and Type Method and Description
      static RMDomain fetchInstance(DomainConnection domainConn, java.lang.String domainIdent, RMPropertyFilter filter)
      Retrieves a specific RMDomain instance.
      • Methods inherited from class java.lang.Object

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

      • fetchInstance

        public static RMDomain fetchInstance(DomainConnection domainConn,
                             java.lang.String domainIdent,
                             RMPropertyFilter filter)
        Retrieves a specific RMDomain instance.
        Parameters:
        domainConn - a DomainConnection instance for the desired domain. This entry cannot be null.
        domainIdent - a String identifier for the desired domain. This entry can be null to indicate the default domain for the particular DomainConnection specified.
        filter - an optional RMPropertyFilter defining which properties to retrieve. This entry can be null.
        Returns:
        A RMDomain instance.

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