public class ShutDownInterceptorFactory extends Object implements org.jboss.invocation.InterceptorFactory
| Constructor and Description |
|---|
ShutDownInterceptorFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.invocation.Interceptor |
create(org.jboss.invocation.InterceptorFactoryContext context) |
void |
shutdown()
Upon calling this method the EJB will be set to a shutdown state, and no further invocations will be allowed.
|
void |
start() |
public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context)
create in interface org.jboss.invocation.InterceptorFactorypublic void shutdown()
public void start()
Copyright © 2019 JBoss by Red Hat. All rights reserved.