org.jboss.mx.server
Interface Suspendable

All Known Subinterfaces:
MBeanInvoker
All Known Implementing Classes:
AbstractMBeanInvoker, ModelMBeanInvoker, RawDynamicInvoker, RequiredModelMBeanInvoker, XMBean

public interface Suspendable

Version:
$Revision: 1.3.8.1 $
Author:
Juha Lindfors.

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

void suspend()

suspend

void suspend(long wait)
             throws TimeoutException
Throws:
TimeoutException

suspend

void suspend(boolean force)

isSuspended

boolean isSuspended()

setInvocationTimeout

void setInvocationTimeout(long time)

getInvocationTimeout

long getInvocationTimeout()

resume

void resume()


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