org.jboss.ejb3.annotation.impl
Class RemoteHomeBindingImpl
java.lang.Object
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
| 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 |
RemoteHomeBindingImpl
public RemoteHomeBindingImpl()
RemoteHomeBindingImpl
public RemoteHomeBindingImpl(java.lang.String jndi)
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