at.lcm.x2c.communicator
Class X2cCommunicatorManagerRMI

java.lang.Object
  extended by at.lcm.x2c.communicator.X2cCommunicatorManagerRMI
All Implemented Interfaces:
X2cCommunicatorManagerRMI_interface, java.rmi.Remote

public class X2cCommunicatorManagerRMI
extends java.lang.Object
implements X2cCommunicatorManagerRMI_interface

Communicator Application providing RMI interface.

Author:
Martin Hochwallner

Field Summary
 
Fields inherited from interface at.lcm.x2c.communicator.X2cCommunicatorManagerRMI_interface
_SERVICENAME
 
Method Summary
 void disconnect(X2cCommunicatorRMI comRMI)
          Shutdown Communicator This is not part of the RIM interface.
static java.lang.String getSERVICENAME_extension()
           
 X2cCommunicatorRMI_interface getX2cCommunicator(java.lang.String modelName)
          This is part of the RIM interface.
static void main(java.lang.String[] args)
          Start Communicator Application
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

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

Parameters:
args -

getX2cCommunicator

public X2cCommunicatorRMI_interface getX2cCommunicator(java.lang.String modelName)
                                                throws java.rmi.RemoteException
This is part of the RIM interface.

Specified by:
getX2cCommunicator in interface X2cCommunicatorManagerRMI_interface
Throws:
java.rmi.RemoteException

disconnect

public void disconnect(X2cCommunicatorRMI comRMI)
Shutdown Communicator This is not part of the RIM interface.

Parameters:
comRMI -
Throws:
java.rmi.RemoteException

shutdown

public void shutdown()

getSERVICENAME_extension

public static java.lang.String getSERVICENAME_extension()
Returns:
the sERVICENAME_extension


Copyright 2013 LCM. All rights reserved.