com.sun.ejb.containers
Class EjbContainerServicesImpl
java.lang.Object
com.sun.ejb.containers.EjbContainerServicesImpl
- All Implemented Interfaces:
- Serializable, EjbContainerServices
@Service
public class EjbContainerServicesImpl
- extends Object
- implements EjbContainerServices, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbContainerServicesImpl
public EjbContainerServicesImpl()
getBusinessObject
public <S> S getBusinessObject(Object ejbRef,
Class<S> businessInterface)
- Specified by:
getBusinessObject in interface EjbContainerServices
remove
public void remove(Object ejbRef)
- Specified by:
remove in interface EjbContainerServices
isRemoved
public boolean isRemoved(Object ejbRef)
- Specified by:
isRemoved in interface EjbContainerServices
isEjbManagedObject
public boolean isEjbManagedObject(Object desc,
Class c)
- Specified by:
isEjbManagedObject in interface EjbContainerServices
Copyright © 2012 GlassFish Community. All Rights Reserved.