|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.smartcc.LocalTransport
Forward an Invocation to a local session bean container.
Constructor Summary | |
LocalTransport()
|
Method Summary | |
protected javax.naming.Context |
getContext()
|
protected javax.ejb.EJBLocalHome |
getHome(java.lang.String lookup)
|
Interceptor |
getNext()
Get the next Interceptor. |
java.lang.Object |
invoke(Invocation invocation)
Perform some interceptor specific action and propagate the Invocation. |
void |
setNext(Interceptor interceptor)
Append the next Interceptor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalTransport()
Method Detail |
public void setNext(Interceptor interceptor)
Interceptor
setNext
in interface Interceptor
interceptor
- the interceptor, that follows this interceptorpublic Interceptor getNext()
Interceptor
getNext
in interface Interceptor
public java.lang.Object invoke(Invocation invocation) throws java.lang.Throwable
Interceptor
invoke
in interface Interceptor
invocation
- the Invocation
java.lang.Throwable
protected javax.ejb.EJBLocalHome getHome(java.lang.String lookup)
protected javax.naming.Context getContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |