|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.EventHandlerInfo
The EventHandlerInfo class describes a registered event handler, such as the one for the StarTeam MPX Server.
| Field Summary | |
static java.lang.String |
MPX_TRANSMITTER
Deprecated. |
| Method Summary | |
void |
addProfile(EventHandlerProfile profile)
Add an EventHandlerProfile to this EventHandlerInfo object. |
void |
deleteProfile(EventHandlerProfile profile)
Remove an EventHandlerProfile from this EventHandlerInfo object. |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
java.lang.String |
getDescription()
Gets the description of this EventHandlerInfo. |
java.lang.String |
getName()
Gets the name of this EventHandlerInfo. |
EventHandlerProfile |
getProfile(java.lang.String profileName)
Returns the specified EventHandlerProfile object. |
java.lang.String[] |
getProfileNames()
Returns an array containing the names of all existing EventHandlerProfiles of this EventHandlerInfo. |
java.lang.Object |
getProperty(java.lang.String propertyName)
Gets the value of a named property. |
java.lang.String[] |
getPropertyNames()
Gets the names of all existing properties of this EventHandlerInfo. |
int |
hashCode()
returns a unique hash for all instances of this type |
java.lang.Object |
putProperty(java.lang.String propertyName,
java.lang.Object value)
Sets the value of the named property. |
java.lang.Object |
removeProperty(java.lang.String propertyName)
Removes the named property. |
void |
setDescription(java.lang.String description)
Sets the description of this EventHandlerInfo. |
java.lang.String |
toString()
Returns a summary String representation of this object. |
void |
update()
Stores the existing EventHandlerInfo in the server. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String MPX_TRANSMITTER
Server.getMPXTransmitterName(),
Constant Field Values| Method Detail |
public void update()
public java.lang.String[] getProfileNames()
public EventHandlerProfile getProfile(java.lang.String profileName)
profileName - the name of the EventHandlerInfo object to be returned
EventHandlerInfo.getProfileNames()public void addProfile(EventHandlerProfile profile)
profile - the EventHandlerProfile to be added.public void deleteProfile(EventHandlerProfile profile)
profile - the EventHandlerProfile to be removed.public java.lang.String getName()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description of this EventHandlerInfo.public java.lang.String[] getPropertyNames()
public java.lang.Object getProperty(java.lang.String propertyName)
propertyName - The name of the property.
EventHandlerInfo.getPropertyNames()
public java.lang.Object putProperty(java.lang.String propertyName,
java.lang.Object value)
propertyName - the name of the property.
EventHandlerInfo.getPropertyNames()public java.lang.Object removeProperty(java.lang.String propertyName)
propertyName - the name of the property.
EventHandlerInfo.getPropertyNames()public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - Object the source to comapre with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||