Package com.sun.enterprise.web
Interface ReplicationReceiver
-
- All Known Implementing Classes:
PEReplicationReceiver
public interface ReplicationReceiver- Author:
- Larry White
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit()voidstop()
-
-
-
Method Detail
-
init
void init()
-
stop
void stop() throws LifecycleException
- Throws:
LifecycleException
-
-