org.eclipse.emf.emfstore.internal.server.startup
Interface PostStartupListener


public interface PostStartupListener

Interface for post startup listener. Can be used for server plugins.

Author:
Otto

Method Summary
 void postStartUp(ServerSpace serverspace, AccessControlImpl accessControl, Set<ConnectionHandler<? extends EMFStoreInterface>> connectionHandlers)
          Is called post startup.
 

Method Detail

postStartUp

void postStartUp(ServerSpace serverspace,
                 AccessControlImpl accessControl,
                 Set<ConnectionHandler<? extends EMFStoreInterface>> connectionHandlers)
Is called post startup.

Parameters:
serverspace - serverspace
accessControl - accesscontrol
connectionHandlers - set of connection handler


Copyright © 2015. All Rights Reserved.