org.drools.management
Interface ObjectTypeNodeMonitorMBean


public interface ObjectTypeNodeMonitorMBean

An interface for OTN MBean


Method Summary
 String getEntryPoint()
          The entry point for the node
 long getExpirationOffset()
          The calculated expiration offset for this node in case it is an event. -1 means it does not expires.
 int getId()
          The ID of the node
 String getObjectType()
          The Object Type of the node
 String getPartitionId()
          The partition the node belongs to
 boolean isEvent()
          True if this node corresponds to an event type
 

Method Detail

getId

int getId()
The ID of the node

Returns:

getEntryPoint

String getEntryPoint()
The entry point for the node

Returns:

getObjectType

String getObjectType()
The Object Type of the node

Returns:

getPartitionId

String getPartitionId()
The partition the node belongs to

Returns:

isEvent

boolean isEvent()
True if this node corresponds to an event type

Returns:

getExpirationOffset

long getExpirationOffset()
The calculated expiration offset for this node in case it is an event. -1 means it does not expires.

Returns:


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.