org.drools.management
Class ObjectTypeNodeMonitor

java.lang.Object
  extended by org.drools.management.ObjectTypeNodeMonitor
All Implemented Interfaces:
org.drools.management.ObjectTypeNodeMonitorMBean

public class ObjectTypeNodeMonitor
extends Object
implements org.drools.management.ObjectTypeNodeMonitorMBean

The monitor MBean for ObjectTypeNodes


Constructor Summary
ObjectTypeNodeMonitor(ObjectTypeNode node)
           
 
Method Summary
 String getEntryPoint()
           
 long getExpirationOffset()
           
 int getId()
           
 String getNameSufix()
           
 String getObjectType()
           
 String getPartitionId()
           
 boolean isEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectTypeNodeMonitor

public ObjectTypeNodeMonitor(ObjectTypeNode node)
Method Detail

getId

public int getId()
Specified by:
getId in interface org.drools.management.ObjectTypeNodeMonitorMBean

getEntryPoint

public String getEntryPoint()
Specified by:
getEntryPoint in interface org.drools.management.ObjectTypeNodeMonitorMBean

getObjectType

public String getObjectType()
Specified by:
getObjectType in interface org.drools.management.ObjectTypeNodeMonitorMBean

getPartitionId

public String getPartitionId()
Specified by:
getPartitionId in interface org.drools.management.ObjectTypeNodeMonitorMBean

isEvent

public boolean isEvent()
Specified by:
isEvent in interface org.drools.management.ObjectTypeNodeMonitorMBean

getExpirationOffset

public long getExpirationOffset()
Specified by:
getExpirationOffset in interface org.drools.management.ObjectTypeNodeMonitorMBean

getNameSufix

public String getNameSufix()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.