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

RemoteBindingsImpl

public class RemoteBindingsImpl extends Object implements org.jboss.annotation.ejb.RemoteBindings
Comment
author
Bill Burke
version
$Revision: 57207 $

Fields Summary
private org.jboss.annotation.ejb.RemoteBinding[]
bindings
Constructors Summary
public RemoteBindingsImpl(org.jboss.annotation.ejb.RemoteBinding[] bindings)

      this.bindings = bindings;
   
public RemoteBindingsImpl(List bindings)

      this.bindings = (RemoteBinding[])bindings.toArray(new RemoteBinding[bindings.size()]);
   
Methods Summary
public java.lang.ClassannotationType()

      return null;
   
public org.jboss.annotation.ejb.RemoteBinding[]value()

      return bindings;