|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.namedobject.BaseID
com.metamatrix.common.config.api.ComponentObjectID
com.metamatrix.common.config.api.SharedResourceID
public class SharedResourceID
Date Oct 21, 2002 The SharedResourceID instance represents a SharedResource.
Field Summary |
---|
Fields inherited from class com.metamatrix.common.namedobject.BaseID |
---|
atomicNames, DELIMITER, fullName, WILDCARD |
Constructor Summary | |
---|---|
SharedResourceID(java.lang.String resourceName)
Create an instance with the specified full name. |
Method Summary |
---|
Methods inherited from class com.metamatrix.common.namedobject.BaseID |
---|
clone, compareTo, compareToByName, computeHashCode, equals, getFullName, getName, getNameComponent, getNameComponents, getParentFullName, hashCode, hasParent, size, toString, updateHashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SharedResourceID(java.lang.String resourceName)
fullName
- the string form of the full name from which this object is to be created;
never null and never zero-length.
java.lang.IllegalArgumentException
- if the full name is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |