org.jboss.ejb3.annotation.impl
Class RemoteHomeBindingImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.RemoteHomeBindingImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, org.jboss.ejb3.annotation.RemoteHomeBinding

public class RemoteHomeBindingImpl
extends java.lang.Object
implements org.jboss.ejb3.annotation.RemoteHomeBinding

Comment


Constructor Summary
RemoteHomeBindingImpl()
           
RemoteHomeBindingImpl(java.lang.String jndi)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 java.lang.String jndiBinding()
           
 void setJndiBinding(java.lang.String jndi)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Constructor Detail

RemoteHomeBindingImpl

public RemoteHomeBindingImpl()

RemoteHomeBindingImpl

public RemoteHomeBindingImpl(java.lang.String jndi)
Method Detail

setJndiBinding

public void setJndiBinding(java.lang.String jndi)

jndiBinding

public java.lang.String jndiBinding()

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

toString

public java.lang.String toString()
Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class java.lang.Object