org.openejb.ri.server
Class RiBinding

java.lang.Object
  |
  +--org.openejb.ri.server.RiBinding

public class RiBinding
extends java.lang.Object


Field Summary
protected  Container container
           
protected  DeploymentInfo deploymentInfo
           
protected  java.lang.Class ejbHome
           
protected  java.lang.Class ejbObject
           
(package private)  java.lang.String jndiName
           
 
Constructor Summary
RiBinding(Container cont, DeploymentInfo deployInfo, java.lang.String jndiNm, java.lang.Class home, java.lang.Class object)
           
 
Method Summary
 Container getContainer()
           
 DeploymentInfo getDeploymentInfo()
           
 java.lang.Object getEJBHome()
           
 java.lang.Object getEJBObject()
           
 java.lang.String getJndiName()
           
 void setEJBHome(java.lang.Class home)
           
 void setEJBObject(java.lang.Class c)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deploymentInfo

protected DeploymentInfo deploymentInfo

container

protected Container container

ejbHome

protected java.lang.Class ejbHome

ejbObject

protected java.lang.Class ejbObject

jndiName

java.lang.String jndiName
Constructor Detail

RiBinding

public RiBinding(Container cont,
                 DeploymentInfo deployInfo,
                 java.lang.String jndiNm,
                 java.lang.Class home,
                 java.lang.Class object)
Method Detail

getContainer

public Container getContainer()

getDeploymentInfo

public DeploymentInfo getDeploymentInfo()

getEJBHome

public java.lang.Object getEJBHome()

setEJBHome

public void setEJBHome(java.lang.Class home)

getEJBObject

public java.lang.Object getEJBObject()

setEJBObject

public void setEJBObject(java.lang.Class c)

getJndiName

public java.lang.String getJndiName()