FileDocCategorySizeDatePackage
RemoteHomeImpl.javaAPI DocJBoss 4.2.11553Fri Jul 13 20:54:02 BST 2007org.jboss.annotation.ejb

RemoteHomeImpl

public class RemoteHomeImpl extends Object implements javax.ejb.RemoteHome
Comment
author
Bill Burke
version
$Revision: 60233 $

Fields Summary
private Class
value
Constructors Summary
public RemoteHomeImpl(Class value)

      this.value = value;
   
Methods Summary
public java.lang.ClassannotationType()

      return RemoteHome.class;
   
public java.lang.Classvalue()

      return value;