|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.slee.ComponentID
javax.slee.EventTypeID
public final class EventTypeID
The EventTypeID class encapsulates event type component identity.
An EventTypeID object is also known as an event type identifier.
| Constructor Summary | |
|---|---|
EventTypeID(java.lang.String name,
java.lang.String vendor,
java.lang.String version)
Create a new event type component identifier. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Create a copy of this event type component identifier. |
int |
compareTo(java.lang.Object obj)
Compare this component identifier with the specified object for order. |
protected java.lang.String |
getClassName()
Get the class name of this component identifier. |
| Methods inherited from class javax.slee.ComponentID |
|---|
compareTo, equals, getName, getVendor, getVersion, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EventTypeID(java.lang.String name,
java.lang.String vendor,
java.lang.String version)
name - the name of the event type component.vendor - the vendor of the event type component.version - the version of the event type component.
java.lang.NullPointerException - if any argument is null.| Method Detail |
|---|
public final int compareTo(java.lang.Object obj)
ComponentIDComponent ordering is determined by comparing the component identifier attributes in the following order:
ComponentID may
be safely compared without causing a ClassCastException)
compareTo in interface java.lang.ComparablecompareTo in class ComponentIDobj - the object to compare this with.
Comparable.compareTo(Object)public java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()protected java.lang.String getClassName()
ComponentIDgetClass().getName().
getClassName in class ComponentID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||