|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.admin.objects.MMAdminObject
com.metamatrix.admin.objects.MMResource
public class MMResource
Dataholder for a resource.
| Field Summary |
|---|
| Fields inherited from interface com.metamatrix.admin.api.objects.Resource |
|---|
RESOURCE_POOL |
| Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject |
|---|
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD |
| Constructor Summary | |
|---|---|
MMResource(java.lang.String[] identifierParts)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getConnectionPoolIdentifier()
Return the Identifier for the Connection Pool Assigned |
java.lang.String |
getResourceType()
Get the Resource Type for this Resource |
void |
setConnectionPoolIdentifier(java.lang.String connectionPoolIdentifier)
Set the Connection Pool Assigned Identifier |
void |
setResourceType(java.lang.String resourceType)
Set the Resource Type |
java.lang.String |
toString()
Get MetaMatrix Object as a String |
| Methods inherited from class com.metamatrix.admin.objects.MMAdminObject |
|---|
buildIdentifier, buildIdentifierArray, buildIdentifierList, getCreated, getCreatedBy, getCreatedDate, getIdentifier, getIdentifierArray, getLastChangedBy, getLastChangedDate, getLastUpdated, getLastUpdatedBy, getName, getNameFromIdentifier, getObjectType, getParentName, getProperties, getPropertiesAsString, getPropertyValue, getProps, isDeployed, isEnabled, isRegistered, setCreated, setCreatedBy, setDeployed, setEnabled, setIdentifier, setLastUpdated, setLastUpdatedBy, setProperties, setRegistered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.metamatrix.admin.api.objects.AdminObject |
|---|
getIdentifier, getName, getProperties, getPropertyValue |
| Constructor Detail |
|---|
public MMResource(java.lang.String[] identifierParts)
identifierParts - of the resource| Method Detail |
|---|
public java.lang.String toString()
MMAdminObject
toString in class MMAdminObjectObject.toString()public java.lang.String getConnectionPoolIdentifier()
public void setConnectionPoolIdentifier(java.lang.String connectionPoolIdentifier)
connectionPoolIdentifier - The Identifier of the Connection Pool to set.public java.lang.String getResourceType()
public void setResourceType(java.lang.String resourceType)
resourceType - The Resource Type to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||