jrun.ejb.invocation
Class MessageDrivenInvocationProxy
java.lang.Object
|
+--jrun.ejb.invocation.MessageDrivenInvocationProxy
- All Implemented Interfaces:
- InvocationProxy
- Direct Known Subclasses:
- MDBInvocationProxyJMSImpl
- public class MessageDrivenInvocationProxy
- extends java.lang.Object
- implements InvocationProxy
Proxy for invocations of MessageDrivenBean containers.
- Author:
- Polina Alber, PS Neville
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_mdbContainer
protected MessageDrivenContainer m_mdbContainer
MessageDrivenInvocationProxy
public MessageDrivenInvocationProxy()
addContainer
public void addContainer(EJBContainer container)
- Specified by:
addContainer in interface InvocationProxy
removeContainer
public void removeContainer(java.lang.String ejbName)
- Specified by:
removeContainer in interface InvocationProxy
invokeContainer
public EJBInvocation invokeContainer(java.lang.String ejbName,
EJBInvocation ctx)
throws java.lang.Exception
- Specified by:
invokeContainer in interface InvocationProxy
invokeContainer
public java.lang.Object invokeContainer(java.lang.String ejbName,
EJBInvocation ctx,
boolean isHomeMethod)
throws java.lang.Exception
findContainer
public EJBContainer findContainer(java.lang.String containerName)
throws java.lang.Exception
- Specified by:
findContainer in interface InvocationProxy
Copyright � 2002 Macromedia Corporation. All Rights Reserved.