|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.slee.management.DeployableUnitID
public final class DeployableUnitID
The DeployableUnitID class encapsulate the identity of deployable
units installed in the SLEE.
| Constructor Summary | |
|---|---|
DeployableUnitID(java.lang.String url)
Create a new deployable unit identifier. |
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object obj)
Compare this deployable unit identifier with the specified object for order. |
boolean |
equals(java.lang.Object obj)
Compare this deployable unit identifier for equality with another object. |
java.lang.String |
getURL()
Get the URL that the deployable unit was installed from. |
int |
hashCode()
Get a hash code value for this deployable unit identifier. |
java.lang.String |
toString()
Get a string representation for this deployable unit identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeployableUnitID(java.lang.String url)
url - the URL where the deployable unit was installed from.
java.lang.NullPointerException - if url is null.| Method Detail |
|---|
public final java.lang.String getURL()
public final boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the object to compare this with.
true if obj is a deployable unit identifier
with the same URL as this, false otherwise.Object.equals(Object)public final int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int compareTo(java.lang.Object obj)
Deployable unit ordering is determined by the java.lang.String
ordering of the url attributes of this and obj.
compareTo in interface java.lang.Comparableobj - the object to compare this with.
Comparable.compareTo(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||