nl.tudelft.goal.ut2004.visualizer.data
Class EnvironmentData.RegistrationHandler

Package class diagram package EnvironmentData.RegistrationHandler
java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by nl.tudelft.goal.ut2004.visualizer.data.EnvironmentData.RegistrationHandler
All Implemented Interfaces:
Serializable, Remote, nl.tudelft.goal.ut2004.visualizer.connection.VisualizerService
Enclosing class:
EnvironmentData

public class EnvironmentData.RegistrationHandler
extends UnicastRemoteObject
implements nl.tudelft.goal.ut2004.visualizer.connection.VisualizerService, Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected EnvironmentData.RegistrationHandler()
           
 
Method Summary
 void registerEnvironment(nl.tudelft.goal.ut2004.visualizer.connection.EnvironmentService environment)
           
 void unregisterEnvironment(nl.tudelft.goal.ut2004.visualizer.connection.EnvironmentService environment)
           
 
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
 

Constructor Detail

EnvironmentData.RegistrationHandler

protected EnvironmentData.RegistrationHandler()
                                       throws RemoteException
Throws:
RemoteException
Method Detail

registerEnvironment

public void registerEnvironment(nl.tudelft.goal.ut2004.visualizer.connection.EnvironmentService environment)
                         throws RemoteException
Specified by:
registerEnvironment in interface nl.tudelft.goal.ut2004.visualizer.connection.VisualizerService
Throws:
RemoteException

unregisterEnvironment

public void unregisterEnvironment(nl.tudelft.goal.ut2004.visualizer.connection.EnvironmentService environment)
                           throws RemoteException
Specified by:
unregisterEnvironment in interface nl.tudelft.goal.ut2004.visualizer.connection.VisualizerService
Throws:
RemoteException


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.