Modifier and Type | Method and Description |
---|---|
static RMDomain |
fetchInstance(DomainConnection domainConn,
java.lang.String domainIdent,
RMPropertyFilter filter)
Retrieves a specific
RMDomain instance. |
public static RMDomain fetchInstance(DomainConnection domainConn, java.lang.String domainIdent, RMPropertyFilter filter)
RMDomain
instance.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
.RMDomain
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.