org.jboss.ejb3.proxy.jndiregistrar
Class JndiReferenceBinding

java.lang.Object
  extended by org.jboss.ejb3.proxy.jndiregistrar.JndiReferenceBinding

public class JndiReferenceBinding
extends java.lang.Object

Simple data object that encapsulates a Reference and the associated name under which it should be bound in JNDI.


Constructor Summary
JndiReferenceBinding(java.lang.String jndiName, javax.naming.Reference reference)
           
 
Method Summary
 java.lang.String getJndiName()
           
 javax.naming.Reference getReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiReferenceBinding

public JndiReferenceBinding(java.lang.String jndiName,
                            javax.naming.Reference reference)
Method Detail

getJndiName

public java.lang.String getJndiName()

getReference

public javax.naming.Reference getReference()