org.jboss.ejb3.annotation.impl
Class RemoteHomeBindingImpl

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

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

Comment

Author:
William DeCoste

Constructor Summary
RemoteHomeBindingImpl()
           
RemoteHomeBindingImpl(String jndi)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 String jndiBinding()
           
 void setJndiBinding(String jndi)
           
 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(String jndi)
Method Detail

setJndiBinding

public void setJndiBinding(String jndi)

jndiBinding

public String jndiBinding()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation

toString

public String toString()
Specified by:
toString in interface Annotation
Overrides:
toString in class Object


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