|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.dbreplicator.replication
Interface _ReplicationServerImpl
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- ReplicationServer
public interface _ReplicationServerImpl
- extends java.rmi.Remote
It is called at the time of: subscribe. snapshot. synchronize... For getting the publication's instance.
| Method Summary | |
|---|---|
java.lang.String |
getRemoteAddress()
|
_PubImpl |
getRemotePublication(java.lang.String pubName)
|
java.lang.String |
getServerName()
|
| Method Detail |
|---|
getRemotePublication
_PubImpl getRemotePublication(java.lang.String pubName) throws java.rmi.RemoteException, RepException
- Throws:
java.rmi.RemoteExceptionRepException
getServerName
java.lang.String getServerName() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRemoteAddress
java.lang.String getRemoteAddress() throws java.rmi.RemoteException, RepException
- Throws:
java.rmi.RemoteExceptionRepException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

