org.jboss.ejb.txtimer
Interface EJBTimerServiceImplMBean

All Superinterfaces:
EJBTimerService
All Known Implementing Classes:
EJBTimerServiceImpl

public interface EJBTimerServiceImplMBean
extends EJBTimerService

EJBTimerServiceImpl standard MBean interface.

Since:
07-Apr-2004
Version:
$Revision: 1.1.6.3 $

Field Summary
static javax.management.ObjectName OBJECT_NAME
           
 
Method Summary
 javax.management.ObjectName getPersistencePolicy()
          Get the object name of the persistence policy.
 javax.management.ObjectName getRetryPolicy()
          Get the object name of the retry policy.
 String getTimedObjectInvokerClassName()
          Get the TimedObjectInvoker class name
 String getTimerIdGeneratorClassName()
          Get the TimerIdGenerator class name
 String listTimers()
          List the timers registered with all TimerService objects
 void setPersistencePolicy(javax.management.ObjectName persistencePolicyName)
          Set the object name of the persistence policy.
 void setRetryPolicy(javax.management.ObjectName retryPolicyName)
          Set the object name of the retry policy.
 void setTimedObjectInvokerClassName(String timedObjectInvokerClassName)
          Set the TimedObjectInvoker class name
 void setTimerIdGeneratorClassName(String timerIdGeneratorClassName)
          Get the TimerIdGenerator class name
 
Methods inherited from interface org.jboss.ejb.txtimer.EJBTimerService
createTimerService, createTimerService, getTimerService, removeTimerService, retryTimeout
 

Field Detail

OBJECT_NAME

static final javax.management.ObjectName OBJECT_NAME
Method Detail

getRetryPolicy

javax.management.ObjectName getRetryPolicy()
Get the object name of the retry policy.


setRetryPolicy

void setRetryPolicy(javax.management.ObjectName retryPolicyName)
Set the object name of the retry policy.


getPersistencePolicy

javax.management.ObjectName getPersistencePolicy()
Get the object name of the persistence policy.


setPersistencePolicy

void setPersistencePolicy(javax.management.ObjectName persistencePolicyName)
Set the object name of the persistence policy.


getTimerIdGeneratorClassName

String getTimerIdGeneratorClassName()
Get the TimerIdGenerator class name


setTimerIdGeneratorClassName

void setTimerIdGeneratorClassName(String timerIdGeneratorClassName)
Get the TimerIdGenerator class name


getTimedObjectInvokerClassName

String getTimedObjectInvokerClassName()
Get the TimedObjectInvoker class name


setTimedObjectInvokerClassName

void setTimedObjectInvokerClassName(String timedObjectInvokerClassName)
Set the TimedObjectInvoker class name


listTimers

String listTimers()
List the timers registered with all TimerService objects



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.