Package org.kie.api.management
Interface ObjectTypeNodeMonitorMBean
-
public interface ObjectTypeNodeMonitorMBean
An interface for OTN MBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEntryPoint()
long
getExpirationOffset()
int
getId()
String
getObjectType()
String
getPartitionId()
boolean
isEvent()
-
-
-
Method Detail
-
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.
-
-