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.
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.