Package org.apache.openejb.jee
Interface Invokable
-
- All Known Subinterfaces:
Session
- All Known Implementing Classes:
Interceptor,ManagedBean,MessageDrivenBean,SessionBean,SingletonBean,StatefulBean,StatelessBean
public interface Invokable- Version:
- $Rev$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAroundInvoke(String method)voidaddAroundTimeout(String method)List<AroundInvoke>getAroundInvoke()List<AroundTimeout>getAroundTimeout()
-
-
-
Method Detail
-
getAroundInvoke
List<AroundInvoke> getAroundInvoke()
-
addAroundInvoke
void addAroundInvoke(String method)
-
getAroundTimeout
List<AroundTimeout> getAroundTimeout()
-
addAroundTimeout
void addAroundTimeout(String method)
-
-