org.sapia.ubik.ioc.spring
Class RemoteBeanRef

java.lang.Object
  extended by org.sapia.ubik.ioc.spring.RemoteBeanRef

public class RemoteBeanRef
extends java.lang.Object

This bean acts as a reference to a remote service.

Author:
yduchesne

Constructor Summary
RemoteBeanRef()
           
 
Method Summary
 java.lang.Class<?>[] getInterfaces()
           
 java.lang.String getName()
           
 void setInterface(java.lang.String intf)
           
 void setInterfaces(java.lang.String[] intfs)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBeanRef

public RemoteBeanRef()
Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()
Returns:
the name of the remote service (as it was bound to the JNDI server).

setInterface

public void setInterface(java.lang.String intf)
Parameters:
intf - a single fully-qualified interface name.

setInterfaces

public void setInterfaces(java.lang.String[] intfs)
Parameters:
intf - an array of fully-qualified interface names.

getInterfaces

public java.lang.Class<?>[] getInterfaces()
Returns:
the array of interfaces that this instance holds.


Copyright © 2010 Sapia OSS. All Rights Reserved.