org.mule.container
Class DummyEjbHomeProxy
java.lang.Object
org.mule.container.DummyEjbHomeProxy
- All Implemented Interfaces:
- java.rmi.Remote, javax.ejb.EJBHome, DummyEjbHome
public class DummyEjbHomeProxy
- extends java.lang.Object
- implements DummyEjbHome
Test EJB Home impl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyEjbHomeProxy
public DummyEjbHomeProxy()
create
public DummyEjb create()
throws java.rmi.RemoteException,
javax.ejb.CreateException
- Specified by:
create
in interface DummyEjbHome
- Throws:
java.rmi.RemoteException
javax.ejb.CreateException
getEJBMetaData
public javax.ejb.EJBMetaData getEJBMetaData()
throws java.rmi.RemoteException
- Specified by:
getEJBMetaData
in interface javax.ejb.EJBHome
- Throws:
java.rmi.RemoteException
getHomeHandle
public javax.ejb.HomeHandle getHomeHandle()
throws java.rmi.RemoteException
- Specified by:
getHomeHandle
in interface javax.ejb.EJBHome
- Throws:
java.rmi.RemoteException
remove
public void remove(javax.ejb.Handle handle)
throws java.rmi.RemoteException,
javax.ejb.RemoveException
- Specified by:
remove
in interface javax.ejb.EJBHome
- Throws:
java.rmi.RemoteException
javax.ejb.RemoveException
remove
public void remove(java.lang.Object object)
throws java.rmi.RemoteException,
javax.ejb.RemoveException
- Specified by:
remove
in interface javax.ejb.EJBHome
- Throws:
java.rmi.RemoteException
javax.ejb.RemoveException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.