Package org.glassfish.ejb.api
Interface EjbContainerServices
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EjbContainerServicesImpl
@Contract public interface EjbContainerServices extends Serializable
Various container services needed by other modules. E.g., the JSR 299 integration module.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <S> S
getBusinessObject(Object ejbRef, Class<S> sClass)
boolean
isEjbManagedObject(Object ejbDesc, Class c)
boolean
isRemoved(Object ejbRef)
void
remove(Object ejbRef)
-