com.counterclaim.openefm.connector.rmi
Class RemoteRmiCmsConnectorImpl

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--com.counterclaim.openefm.connector.rmi.RemoteRmiCmsConnectorImpl
All Implemented Interfaces:
CmsConnector, FilingNotifier, java.rmi.Remote, RmiCmsConnector, java.io.Serializable

public class RemoteRmiCmsConnectorImpl
extends java.rmi.server.UnicastRemoteObject
implements RmiCmsConnector, FilingNotifier

See Also:
Serialized Form

Constructor Summary
RemoteRmiCmsConnectorImpl(CmsAdapter cms)
           
 
Method Summary
 void addListener(FilingListener listener)
          Add a FilingListener to the list.
 void removeListener(FilingListener listener)
          Remove a FilingListener from the list.
 void submitFiling(InternalLxmlFiling filing)
          Send an InternalLxmlFiling to the backing CMS.
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteRmiCmsConnectorImpl

public RemoteRmiCmsConnectorImpl(CmsAdapter cms)
                          throws java.rmi.RemoteException
Method Detail

submitFiling

public void submitFiling(InternalLxmlFiling filing)
                  throws java.rmi.RemoteException
Send an InternalLxmlFiling to the backing CMS.
Specified by:
submitFiling in interface CmsConnector
Parameters:
filing -  

addListener

public void addListener(FilingListener listener)
Add a FilingListener to the list.
Specified by:
addListener in interface FilingNotifier
Parameters:
listener -  

removeListener

public void removeListener(FilingListener listener)
Remove a FilingListener from the list.
Specified by:
removeListener in interface FilingNotifier
Parameters:
listener -  


Copyright © 2002 counterclaim.com. All Rights Reserved.