org.jboss.ejb3.proxy.impl.jndiregistrar
Class JndiReferenceBinding

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

public class JndiReferenceBinding
extends Object

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

Author:
Brian Stansberry

Constructor Summary
JndiReferenceBinding(String jndiName, Reference reference)
           
 
Method Summary
 String getJndiName()
           
 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(String jndiName,
                            Reference reference)
Method Detail

getJndiName

public String getJndiName()

getReference

public Reference getReference()


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.