|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--objectivehtml.oms.SlotId
This object uniquely identifies a slot method of a OMSObject. The object contains a reference to the method that represents this signal and also contains a reference to the slot object. If an error handler object has been specified for the slot then it will also have a reference to this object.
Constructor Summary | |
SlotId()
Constructs an instance of Signal. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
This method compares whether two slot ids are equal. |
ErrorHandler |
getErrorHandler()
Gets the error handler for this slot. |
java.lang.reflect.Method |
getMethod()
Gets the Method object for this slot id. |
OMSObject |
getSlotter()
Gets the slot object for this slot id. |
int |
hashCode()
Generates a hash code for this object. |
void |
setErrorHandler(ErrorHandler objErrorHandler)
Sets the error handler for this slot. |
void |
setMethod(java.lang.reflect.Method objMethod)
Sets the Method object for this slot id. |
void |
setSlotter(OMSObject objSlotter)
Sets the slot object for this slot id. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SlotId()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the other slot id objectpublic int hashCode()
hashCode
in class java.lang.Object
public void setMethod(java.lang.reflect.Method objMethod)
objMethod
- the methodgetMethod()
public java.lang.reflect.Method getMethod()
setMethod(Method)
public void setSlotter(OMSObject objSlotter)
objSlotter
- the methodgetSlotter()
public OMSObject getSlotter()
setSlotter(OMSObject)
public void setErrorHandler(ErrorHandler objErrorHandler)
objErrorHandler
- getErrorHandler()
public ErrorHandler getErrorHandler()
setErrorHandler(ErrorHandler)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |