Package org.kie.api.management
Interface ObjectTypeNodeMonitorMBean
public interface ObjectTypeNodeMonitorMBean
An interface for OTN MBean
-
Method Details
-
getId
int getId()- Returns:
- ID of the node
-
getEntryPoint
String getEntryPoint()- Returns:
- entry point for the node
-
getObjectType
String getObjectType()- Returns:
- Object Type of the node
-
getPartitionId
String getPartitionId()- Returns:
- partition the node belongs to
-
isEvent
boolean isEvent()- Returns:
- true if this node corresponds to an event type
-
getExpirationOffset
long getExpirationOffset()- Returns:
- calculated expiration offset for this node in case it is an event. -1 means it does not expire.
-