org.jboss.ejb3.annotation.impl
Class RemoteHomeImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.RemoteHomeImpl
All Implemented Interfaces:
Annotation, javax.ejb.RemoteHome

public class RemoteHomeImpl
extends Object
implements javax.ejb.RemoteHome

Comment

Version:
$Revision: 67790 $
Author:
Bill Burke

Constructor Summary
RemoteHomeImpl(Class<?> value)
           
 
Method Summary
 Class<javax.ejb.RemoteHome> annotationType()
           
 Class<?> value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

RemoteHomeImpl

public RemoteHomeImpl(Class<?> value)
Method Detail

value

public Class<?> value()

annotationType

public Class<javax.ejb.RemoteHome> annotationType()
Specified by:
annotationType in interface Annotation


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