|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.command.server.CommandServiceDirectoryEntry
public class CommandServiceDirectoryEntry
Encapsulates the information from a single entry in the command service directory. An
entry tells you the name of the command service that supports the entry's
command type in the entry's subsystem.
| Constructor Summary | |
|---|---|
CommandServiceDirectoryEntry(String subsystem,
CommandType commandType,
ObjectName commandServiceName)
Constructor for CommandServiceDirectoryEntry. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ObjectName |
getCommandServiceName()
Returns the value of commandServiceName. |
CommandType |
getCommandType()
Returns the value of commandType. |
String |
getSubsystem()
Returns the value of subsystem. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandServiceDirectoryEntry(String subsystem,
CommandType commandType,
ObjectName commandServiceName)
throws IllegalArgumentException
CommandServiceDirectoryEntry.
subsystem - the entry's subsystem (may be null)commandType - the entry's command type (must not be null)commandServiceName - the entry's command service name (must not be null)
IllegalArgumentException - if a non-null able argument is null| Method Detail |
|---|
public String getSubsystem()
null, which represents the unnamed,
anonymous subsystem.
public CommandType getCommandType()
public ObjectName getCommandServiceName()
public String toString()
toString in class ObjectObject.toString()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||