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: 986568 $ $Date: 2010-08-18 07:41:48 +0200 (Mer, 18 aoĆ» 2010) $

Method Summary
 void addAroundInvoke(String method)
           
 void addAroundTimeout(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)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.