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:
java.io.Serializable

public class EjbLocalReferenceLocationInfo
extends InfoObject

See Also:
Serialized Form

Field Summary
 java.lang.String ejbDeploymentId
           
 java.lang.String jndiContextId
           
 boolean remote
           
 java.lang.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 java.lang.String ejbDeploymentId

remoteRefName

public java.lang.String remoteRefName

jndiContextId

public java.lang.String jndiContextId
Constructor Detail

EjbLocalReferenceLocationInfo

public EjbLocalReferenceLocationInfo()


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