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 java.lang.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,
java.lang.Class<T> intf)
getDeploymentId
public java.lang.Object getDeploymentId()
setDeploymentId
public void setDeploymentId(java.lang.Object deploymentId)
getDeploymentInfo
public DeploymentInfo getDeploymentInfo()
setDeploymentInfo
public void setDeploymentInfo(DeploymentInfo deploymentInfo)
getInterface
public java.lang.Class<T> getInterface()
setInterface
public void setInterface(java.lang.Class<T> intf)
getObject
public T getObject()
throws java.lang.Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
getObjectType
public java.lang.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-2011 The Apache OpenEJB development community. All Rights Reserved.