org.apache.openejb.jee.oejb3
Class EjbLink

java.lang.Object
  extended by org.apache.openejb.jee.oejb3.EjbLink

public class EjbLink
extends Object


Field Summary
protected  String deployentId
           
protected  String ejbRefName
           
 
Constructor Summary
EjbLink()
           
EjbLink(String ejbRefName, String deployentId)
           
 
Method Summary
 String getDeployentId()
           
 String getEjbRefName()
           
 void setDeployentId(String value)
           
 void setEjbRefName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deployentId

protected String deployentId

ejbRefName

protected String ejbRefName
Constructor Detail

EjbLink

public EjbLink()

EjbLink

public EjbLink(String ejbRefName,
               String deployentId)
Method Detail

getDeployentId

public String getDeployentId()

setDeployentId

public void setDeployentId(String value)

getEjbRefName

public String getEjbRefName()

setEjbRefName

public void setEjbRefName(String value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.