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

Field Summary
protected  MessageDrivenContainer m_mdbContainer
           
 
Constructor Summary
MessageDrivenInvocationProxy()
           
 
Method Summary
 void addContainer(EJBContainer container)
           
 EJBContainer findContainer(java.lang.String containerName)
           
 EJBInvocation invokeContainer(java.lang.String ejbName, EJBInvocation ctx)
           
 java.lang.Object invokeContainer(java.lang.String ejbName, EJBInvocation ctx, boolean isHomeMethod)
           
 void removeContainer(java.lang.String ejbName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_mdbContainer

protected MessageDrivenContainer m_mdbContainer
Constructor Detail

MessageDrivenInvocationProxy

public MessageDrivenInvocationProxy()
Method Detail

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.