org.jboss.annotation.ejb
Class RemoteBindingsImpl

java.lang.Object
  extended by org.jboss.annotation.ejb.RemoteBindingsImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, RemoteBindings

public class RemoteBindingsImpl
extends Object
implements RemoteBindings

Comment

Version:
$Revision: 1.1.2.3 $
Author:
Bill Burke

Constructor Summary
RemoteBindingsImpl(List bindings)
           
RemoteBindingsImpl(RemoteBinding[] bindings)
           
 
Method Summary
 Class<? extends java.lang.annotation.Annotation> annotationType()
           
 RemoteBinding[] 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

RemoteBindingsImpl

public RemoteBindingsImpl(RemoteBinding[] bindings)

RemoteBindingsImpl

public RemoteBindingsImpl(List bindings)
Method Detail

value

public RemoteBinding[] value()

annotationType

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.