com.ibm.streams.management.instance
Interface InstanceActiveServiceMXBean
-
- All Superinterfaces:
- ActiveServiceMXBean
public interface InstanceActiveServiceMXBean extends ActiveServiceMXBean
InstanceActiveServiceMXBean provides attributes, operations, and notifications for managing an active Streams instance service.ObjectNameBuilder.instanceActiveService(String, String, InstanceServiceMXBean.Type, String, String)can be used with aserviceTypefromInstanceServiceMXBean.Typeto build the ObjectName for an InstanceActiveServiceMXBean.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringTYPETYPE is used to identify this bean as an active instance service bean when building the bean'sObjectName.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.StringgetInstance()Returns the name of the instance which contains the service.InstanceServiceMXBean.TypegetType()Returns the service type for the active service.-
Methods inherited from interface com.ibm.streams.management.ActiveServiceMXBean
createOperationListener, getDomain, getPid, getResource, getStartTime, getStatus, isLeader, restart
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
TYPE is used to identify this bean as an active instance service bean when building the bean'sObjectName. The value is "domain.instance.service.active"- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
java.lang.String getInstance()
Returns the name of the instance which contains the service.- Returns:
- the instance name.
-
getType
InstanceServiceMXBean.Type getType()
Returns the service type for the active service.- Returns:
- the service type.
-
-