Package org.glassfish.ejb.api
Interface EjbContainerServices
-
- All Superinterfaces:
Serializable
@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> SgetBusinessObject(Object ejbRef, Class<S> sClass)booleanisEjbManagedObject(Object ejbDesc, Class c)booleanisRemoved(Object ejbRef)voidremove(Object ejbRef)
-