org.apache.webbeans.ejb.resource
Class EJBInstanceProxy<T>
java.lang.Object
org.apache.webbeans.ejb.resource.EJBInstanceProxy<T>
public class EJBInstanceProxy<T>
- extends Object
Get from OpenEJB spring project and changed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBInstanceProxy
public EJBInstanceProxy()
EJBInstanceProxy
public EJBInstanceProxy(org.apache.openejb.DeploymentInfo deploymentInfo,
Class<T> intf)
getDeploymentId
public Object getDeploymentId()
setDeploymentId
public void setDeploymentId(Object deploymentId)
getDeploymentInfo
public org.apache.openejb.DeploymentInfo getDeploymentInfo()
setDeploymentInfo
public void setDeploymentInfo(org.apache.openejb.DeploymentInfo deploymentInfo)
getInterface
public Class<T> getInterface()
setInterface
public void setInterface(Class<T> intf)
getObject
public T getObject()
throws Exception
- Throws:
Exception
getObjectType
public Class<T> getObjectType()
isSingleton
public boolean isSingleton()
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.