Remote System Explorer DataStore
Release 3.4

org.eclipse.dstore.core.server
Class SystemServiceManager

java.lang.Object
  extended by org.eclipse.dstore.core.server.SystemServiceManager

public class SystemServiceManager
extends Object

Since:
3.0

Method Summary
static SystemServiceManager getInstance()
          Get the SystemServiceManager object for this system.
 ISystemService getSystemService()
          Get the SystemService object for this system.
 void setSystemService(ISystemService systemService)
          Set the SystemService object for this system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SystemServiceManager getInstance()
Get the SystemServiceManager object for this system.

Returns:
the object of the SystemServiceManager

setSystemService

public void setSystemService(ISystemService systemService)
Set the SystemService object for this system.

Parameters:
systemService - the object of the SystemService

getSystemService

public ISystemService getSystemService()
Get the SystemService object for this system.

Returns:
the object of the SystemService stored in SystemServiceManager

Remote System Explorer DataStore
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.