Class RemoteServiceExporter
- java.lang.Object
-
- org.smallmind.nutsnbolts.spring.remote.RemoteServiceExporter
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class RemoteServiceExporter extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description RemoteServiceExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voidsetName(String name)voidsetRegistry(Registry registry)voidsetService(Remote service)voidunbind()
-
-
-
Method Detail
-
setRegistry
public void setRegistry(Registry registry)
-
setService
public void setService(Remote service)
-
setName
public void setName(String name)
-
afterPropertiesSet
public void afterPropertiesSet() throws RemoteException- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
RemoteException
-
unbind
public void unbind() throws RemoteException, NotBoundException- Throws:
RemoteExceptionNotBoundException
-
-