com.sun.ejb.containers
Class EjbContainerServicesImpl

java.lang.Object
  extended by com.sun.ejb.containers.EjbContainerServicesImpl
All Implemented Interfaces:
Serializable, EjbContainerServices

@Service
public class EjbContainerServicesImpl
extends Object
implements EjbContainerServices, Serializable

See Also:
Serialized Form

Constructor Summary
EjbContainerServicesImpl()
           
 
Method Summary
<S> S
getBusinessObject(Object ejbRef, Class<S> businessInterface)
           
 boolean isEjbManagedObject(Object desc, Class c)
           
 boolean isRemoved(Object ejbRef)
           
 void remove(Object ejbRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbContainerServicesImpl

public EjbContainerServicesImpl()
Method Detail

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.