org.apache.openejb.spring
Class EJB<T>
java.lang.Object
org.apache.openejb.spring.EJB<T>
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class EJB<T>
- extends Object
- implements org.springframework.beans.factory.FactoryBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJB
public EJB()
EJB
public EJB(DeploymentInfo deploymentInfo,
Class<T> intf)
getDeploymentId
public Object getDeploymentId()
setDeploymentId
public void setDeploymentId(Object deploymentId)
getDeploymentInfo
public DeploymentInfo getDeploymentInfo()
setDeploymentInfo
public void setDeploymentInfo(DeploymentInfo deploymentInfo)
getInterface
public Class<T> getInterface()
setInterface
public void setInterface(Class<T> intf)
getObject
public T getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class<T> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.