|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EventHandlerInfo
public final class EventHandlerInfo
The EventHandlerInfo class describes a registered event handler, such as the one for the StarTeam MPX Server.
| Method Summary | |
|---|---|
void |
addProfile(EventHandlerProfile profile)
Add an EventHandlerProfile to this EventHandlerInfo object. |
void |
deleteProfile(EventHandlerProfile profile)
Remove an EventHandlerProfile from this EventHandlerInfo object. |
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. |
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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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.value - the value to be assigned to 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.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||