Uses of Class
org.rhq.enterprise.communications.command.server.CommandServiceDirectoryEntry

Packages that use CommandServiceDirectoryEntry
org.rhq.enterprise.communications.command.server   
 

Uses of CommandServiceDirectoryEntry in org.rhq.enterprise.communications.command.server
 

Methods in org.rhq.enterprise.communications.command.server that return CommandServiceDirectoryEntry
 CommandServiceDirectoryEntry[] CommandServiceDirectoryMBean.getAllEntries()
          This will return all the entries for all subsystems - in other words, all the supported command types and the command services that provide them in all subsystems.
 CommandServiceDirectoryEntry[] CommandServiceDirectory.getAllEntries()
           
 CommandServiceDirectoryEntry CommandServiceDirectoryMBean.getCommandTypeProvider(String subsystem, CommandType commandType)
          Given a particular CommandType and subsystem, this method will return an entry that gives you the ObjectName to a command service that provides support for that command type within that subsystem.
 CommandServiceDirectoryEntry CommandServiceDirectory.getCommandTypeProvider(String subsystem, CommandType commandType)
          Finds the provider of the given command type by looking it up in the directory in a thread-safe way.
 CommandServiceDirectoryEntry[] CommandServiceDirectoryMBean.getSubsystemEntries(String subsystem)
          Given a subsystem, this will return all the entries for that subsystem - in other words, all the supported command types and the command services that provide them.
 CommandServiceDirectoryEntry[] CommandServiceDirectory.getSubsystemEntries(String subsystem)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.