com.counterclaim.openefm.connector.rmi
Class LocalRmiCmsConnectorImpl

java.lang.Object
  extended bycom.counterclaim.openefm.connector.rmi.LocalRmiCmsConnectorImpl
All Implemented Interfaces:
CmsConnector, FilingNotifier

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

 

Field Summary
private  com.counterclaim.openefm.connector.rmi.RemoteRmiCmsConnectorImpl_Stub remote
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remote

private com.counterclaim.openefm.connector.rmi.RemoteRmiCmsConnectorImpl_Stub remote
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
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 -

main

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


Copyright © 2002 counterclaim.com. All Rights Reserved.