|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dbreplicator.replication
Interface _SubImpl
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Subscription
public interface _SubImpl
- extends java.rmi.Remote
This is a remote interface which is implemented by the subscriber class. This interface contains the declaration of only one method getServerName, which is called by the publisher at the time of synchronization for getting the local server name.
| Method Summary | |
|---|---|
java.lang.String |
getServerName()
|
| Method Detail |
|---|
getServerName
java.lang.String getServerName() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

