com.metamatrix.admin.objects
Class MMResource

java.lang.Object
  extended by com.metamatrix.admin.objects.MMAdminObject
      extended by com.metamatrix.admin.objects.MMResource
All Implemented Interfaces:
AdminObject, Resource, java.io.Serializable

public class MMResource
extends MMAdminObject
implements Resource

Dataholder for a resource.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.admin.objects.MMAdminObject
deployed, enabled, identifier, identifierParts, name, OBJECT_TYPE_CACHE, OBJECT_TYPE_CONNECTOR_BINDING, OBJECT_TYPE_CONNECTOR_TYPE, OBJECT_TYPE_DQP, OBJECT_TYPE_ENTITLEMENT, OBJECT_TYPE_EXTENSION_MODULE, OBJECT_TYPE_GROUP, OBJECT_TYPE_HOST, OBJECT_TYPE_LOG_CONFIGURATION, OBJECT_TYPE_MODEL, OBJECT_TYPE_PROCESS_OBJECT, OBJECT_TYPE_PROPERTY_DEFINITION, OBJECT_TYPE_QUEUE_WORKER_POOL, OBJECT_TYPE_REQUEST, OBJECT_TYPE_RESOURCE, OBJECT_TYPE_ROLE, OBJECT_TYPE_SESSION, OBJECT_TYPE_SOURCE_REQUEST, OBJECT_TYPE_SYSTEM_OBJECT, OBJECT_TYPE_USER, OBJECT_TYPE_VDB, OBJECTS_PACKAGE, registered, serialVersionUID
 
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

MMResource

public MMResource(java.lang.String[] identifierParts)
Constructor

Parameters:
identifierParts - of the resource
Method Detail

toString

public java.lang.String toString()
Description copied from class: MMAdminObject
Get MetaMatrix Object as a String

Specified by:
toString in class MMAdminObject
See Also:
Object.toString()

getConnectionPoolIdentifier

public java.lang.String getConnectionPoolIdentifier()
Return the Identifier for the Connection Pool Assigned

Returns:
Returns the String Identifier for the Assigned Connection Pool.
Since:
4.3

setConnectionPoolIdentifier

public void setConnectionPoolIdentifier(java.lang.String connectionPoolIdentifier)
Set the Connection Pool Assigned Identifier

Parameters:
connectionPoolIdentifier - The Identifier of the Connection Pool to set.
Since:
4.3

getResourceType

public java.lang.String getResourceType()
Get the Resource Type for this Resource

Returns:
Returns the String value of the Resource Type for this Resouce.
Since:
4.3

setResourceType

public void setResourceType(java.lang.String resourceType)
Set the Resource Type

Parameters:
resourceType - The Resource Type to set.
Since:
4.3


Copyright © 2009. All Rights Reserved.