Class RMIDaemonInitializingBean
- java.lang.Object
-
- org.smallmind.nutsnbolts.spring.remote.RMIDaemonInitializingBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class RMIDaemonInitializingBean extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description RMIDaemonInitializingBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voidsetMaxAttempts(int maxAttempts)voidsetRetryDelayMilliseconds(long retryDelayMilliseconds)voidstop()
-
-
-
Method Detail
-
setMaxAttempts
public void setMaxAttempts(int maxAttempts)
-
setRetryDelayMilliseconds
public void setRetryDelayMilliseconds(long retryDelayMilliseconds)
-
afterPropertiesSet
public void afterPropertiesSet() throws IOException, InterruptedException- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
IOExceptionInterruptedException
-
stop
public void stop() throws RemoteException- Throws:
RemoteException
-
-