|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bss.esb.management.EsbRouterMonitor
This is the implementation class for the EsbRouterMonitorMBean.
Field Summary | |
static java.lang.String |
MBEAN_TYPE
Type of this MBean. |
Constructor Summary | |
EsbRouterMonitor(EsbRouter router,
javax.naming.InitialContext ic)
Constructor for this class. |
Method Summary | |
long |
getHighestTime()
|
long |
getLowestTime()
|
int |
getMessageCount()
|
java.lang.String |
getRoutingTableLocation()
|
void |
registerMBean()
Registers this MBean instance with the server. |
void |
resetTimings()
|
void |
setRoutingTableLocation(java.lang.String path)
|
void |
unregister()
Unregisters this MBean instance from the server. |
void |
updateRoutingTable()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String MBEAN_TYPE
Constructor Detail |
public EsbRouterMonitor(EsbRouter router, javax.naming.InitialContext ic) throws javax.naming.NamingException
router
- The EsbRouter instance that will be managed by
this MBean.ic
- The JNDI initial naming context.
javax.naming.NamingException
Method Detail |
public long getHighestTime()
getHighestTime
in interface EsbRouterMonitorMBean
{@link EsbRouter#getHighestTime()}
public long getLowestTime()
getLowestTime
in interface EsbRouterMonitorMBean
{@link EsbRouter#getLowestTime()}
public int getMessageCount()
getMessageCount
in interface EsbRouterMonitorMBean
{@link EsbRouter#getMessageCount()}
public void resetTimings()
resetTimings
in interface EsbRouterMonitorMBean
{@link EsbRouter#getHighestTime()}
public void updateRoutingTable() throws javax.management.MBeanException
updateRoutingTable
in interface EsbRouterMonitorMBean
javax.management.MBeanException
{@link EsbRouter#updateRoutingTable()}
public void registerMBean()
public void unregister()
unregister
in interface EsbRouterMonitorMBean
public java.lang.String getRoutingTableLocation()
getRoutingTableLocation
in interface EsbRouterMonitorMBean
{@link EsbRouter#getRoutingTableLocation()}
public void setRoutingTableLocation(java.lang.String path)
setRoutingTableLocation
in interface EsbRouterMonitorMBean
{@link EsbRouter#setRoutingTableLocation(String)}
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |