org.sapia.ubik.ioc.spring
Class RemoteBeanRef
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteBeanRef
public RemoteBeanRef()
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.