JavaDoc


_SubImpl

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



Powered by Drupal - Theme by Danger4k