com.counterclaim.openefm.connector.rmi
Class LocalRmiCmsConnectorImpl

java.lang.Object
  |
  +--com.counterclaim.openefm.connector.rmi.LocalRmiCmsConnectorImpl
All Implemented Interfaces:
CmsConnector, FilingNotifier

public class LocalRmiCmsConnectorImpl
extends java.lang.Object
implements CmsConnector, FilingNotifier


Constructor Summary
LocalRmiCmsConnectorImpl()
           
 
Method Summary
 void addListener(FilingListener listener)
          Add a FilingListener to the list.
static void main(java.lang.String[] args)
           
 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.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalRmiCmsConnectorImpl

public LocalRmiCmsConnectorImpl()
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 -  

main

public static void main(java.lang.String[] args)


Copyright © 2002 counterclaim.com. All Rights Reserved.