com.counterclaim.openefm.connector.rmi
Class RemoteRmiCmsConnectorImpl

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended bycom.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
 

Field Summary
private  CmsAdapter adapter
           
 
Fields inherited from class java.rmi.server.UnicastRemoteObject
 
Fields inherited from class java.rmi.server.RemoteServer
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
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
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

adapter

private CmsAdapter adapter
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
Throws:
java.rmi.RemoteException
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.