org.apache.openejb.assembler.classic
Class EjbLocalReferenceLocationInfo

java.lang.Object
  extended by org.apache.openejb.assembler.classic.InfoObject
      extended by org.apache.openejb.assembler.classic.EjbLocalReferenceLocationInfo
All Implemented Interfaces:
Serializable

public class EjbLocalReferenceLocationInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 String ejbDeploymentId
           
 String jndiContextId
           
 boolean remote
           
 String remoteRefName
           
 
Constructor Summary
EjbLocalReferenceLocationInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remote

public boolean remote

ejbDeploymentId

public String ejbDeploymentId

remoteRefName

public String remoteRefName

jndiContextId

public String jndiContextId
Constructor Detail

EjbLocalReferenceLocationInfo

public EjbLocalReferenceLocationInfo()


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