|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.generic.internal.util.RegistrationKey
A key used to register Cargo object implementation classes (configurations, deployables, deployers, etc) against containers.
Constructor Summary | |
RegistrationKey(ContainerIdentity containerIdentity,
java.lang.String hint)
|
Method Summary | |
boolean |
equals(java.lang.Object registrationKey)
Differentiate two keys. |
ContainerIdentity |
getContainerIdentity()
|
java.lang.String |
getHint()
|
int |
hashCode()
Allows quick verification to check is two keys are different. |
java.lang.String |
toString(java.lang.String implementationConceptName)
{@inheritDoc} |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RegistrationKey(ContainerIdentity containerIdentity, java.lang.String hint)
containerIdentity
- the container to which the Cargo object implementation class will be
associated with.hint
- A general purpose string. This is used to differentiate different Cargo object
implementation classes when they are registered against the same container.
For example for configurations we're using "standalone", "existing" or "runtime".Method Detail |
public ContainerIdentity getContainerIdentity()
RegistrationKey(ContainerIdentity, String)
public java.lang.String getHint()
RegistrationKey(ContainerIdentity, String)
public boolean equals(java.lang.Object registrationKey)
Object.equals(java.lang.Object)
public int hashCode()
Object.hashCode()
public java.lang.String toString(java.lang.String implementationConceptName)
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |