|
||||||||||
| 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(java.lang.String subsystem,
CommandType commandType,
javax.management.ObjectName commandServiceName)
Constructor for CommandServiceDirectoryEntry. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
javax.management.ObjectName |
getCommandServiceName()
Returns the value of commandServiceName. |
CommandType |
getCommandType()
Returns the value of commandType. |
java.lang.String |
getSubsystem()
Returns the value of subsystem. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandServiceDirectoryEntry(java.lang.String subsystem,
CommandType commandType,
javax.management.ObjectName commandServiceName)
throws java.lang.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)
java.lang.IllegalArgumentException - if a non-null able argument is null| Method Detail |
|---|
public java.lang.String getSubsystem()
null, which represents the unnamed,
anonymous subsystem.
public CommandType getCommandType()
public javax.management.ObjectName getCommandServiceName()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||