org.mule.container
Class DummyEjbHomeProxy

java.lang.Object
  extended by org.mule.container.DummyEjbHomeProxy
All Implemented Interfaces:
Remote, EJBHome, DummyEjbHome

public class DummyEjbHomeProxy
extends Object
implements DummyEjbHome

Test EJB Home impl


Constructor Summary
DummyEjbHomeProxy()
           
 
Method Summary
 DummyEjb create()
           
 EJBMetaData getEJBMetaData()
           
 HomeHandle getHomeHandle()
           
 void remove(Handle handle)
           
 void remove(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyEjbHomeProxy

public DummyEjbHomeProxy()
Method Detail

create

public DummyEjb create()
                throws RemoteException,
                       CreateException
Specified by:
create in interface DummyEjbHome
Throws:
RemoteException
CreateException

getEJBMetaData

public EJBMetaData getEJBMetaData()
                           throws RemoteException
Specified by:
getEJBMetaData in interface EJBHome
Throws:
RemoteException

getHomeHandle

public HomeHandle getHomeHandle()
                         throws RemoteException
Specified by:
getHomeHandle in interface EJBHome
Throws:
RemoteException

remove

public void remove(Handle handle)
            throws RemoteException,
                   RemoveException
Specified by:
remove in interface EJBHome
Throws:
RemoteException
RemoveException

remove

public void remove(Object object)
            throws RemoteException,
                   RemoveException
Specified by:
remove in interface EJBHome
Throws:
RemoteException
RemoveException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.