JavaDoc


_ReplicationServerImpl

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.RemoteException
RepException

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.RemoteException
RepException



Powered by Drupal - Theme by Danger4k