org.jboss.mx.server
Interface Suspendable

All Known Subinterfaces:
MBeanInvoker (src)
All Known Implementing Classes:
AbstractMBeanInvoker (src)

public interface Suspendable


Method Summary
 long getInvocationTimeout()
           
 boolean isSuspended()
           
 void resume()
           
 void setInvocationTimeout(long time)
           
 void suspend()
           
 void suspend(boolean force)
           
 void suspend(long wait)
           
 

Method Detail

suspend

public void suspend()

suspend

public void suspend(long wait)
             throws TimeoutException (src) 
Throws:
TimeoutException (src)

suspend

public void suspend(boolean force)

isSuspended

public boolean isSuspended()

setInvocationTimeout

public void setInvocationTimeout(long time)

getInvocationTimeout

public long getInvocationTimeout()

resume

public void resume()