Interface ServiceInfoMBean

All Superinterfaces:
Serializable
All Known Subinterfaces:
AggregateServiceInfoMBean, PrimitiveServiceInfoMBean
All Known Implementing Classes:
AggregateServiceInfo, PrimitiveServiceInfo, ServiceInfo

public interface ServiceInfoMBean extends Serializable
  • Method Details

    • getState

      String getState()
    • getInputQueueName

      String getInputQueueName()
    • getReplyQueueName

      String getReplyQueueName()
    • getBrokerURL

      String getBrokerURL()
    • getDeploymentDescriptorPath

      String getDeploymentDescriptorPath()
    • isCASMultiplier

      boolean isCASMultiplier()
    • isTopLevel

      boolean isTopLevel()
    • getServiceKey

      String getServiceKey()
    • isAggregate

      boolean isAggregate()
    • getCmRegisteredName

      String getCmRegisteredName()
    • dumpState

      String dumpState()