org.jboss.ejb3.proxy.impl.jndiregistrar
Class JndiReferenceBinding
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JndiReferenceBinding
public JndiReferenceBinding(String jndiName,
Reference reference)
getJndiName
public String getJndiName()
getReference
public Reference getReference()
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.