com.bankframe.services.notification.impl.rminotificationserver
Class RMINotificationService

java.lang.Object
  extended bycom.bankframe.services.notification.impl.rminotificationserver.RMINotificationService

public class RMINotificationService
extends java.lang.Object

The purpose of this class is to invoke the RMI Registry and to export the Remote Notification Service to this registry In order to start the RMINotificationService run the following command(update any local resource references): <> java -classpath [C:\eontec\MCA\bin | location of mca classes];C:\eontec\Common\resources[location of BFR] com.bankframe.services.notification.impl.rminotificationserver.RMINotificationService <> java -classpath $CLASSPATH:./eontec.ear/lib/eontec/mca.jar:./eontec.ear/resources com.bankframe.services.notification.impl.rminotificationserver.RMINotificationService


Constructor Summary
RMINotificationService()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMINotificationService

public RMINotificationService()
Method Detail

main

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


Copyright © 2005, 2007, Oracle. All rights reserved.