RSE
Release 3.4

org.eclipse.rse.services.clientserver.processes.handlers
Class ProcessHandlerManager

java.lang.Object
  extended by org.eclipse.rse.services.clientserver.processes.handlers.ProcessHandlerManager

public class ProcessHandlerManager
extends Object


Field Summary
protected static ProcessHandlerManager _instance
           
 
Constructor Summary
ProcessHandlerManager()
           
 
Method Summary
static ProcessHandlerManager getInstance()
           
 ProcessHandler getNewProcessHandler()
          Returns the ProcessHandler associated with the system type on which the server is running, or null if there is no associated ProcessHandler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_instance

protected static ProcessHandlerManager _instance
Constructor Detail

ProcessHandlerManager

public ProcessHandlerManager()
Method Detail

getInstance

public static ProcessHandlerManager getInstance()
Returns:
The singleton instance of this class.

getNewProcessHandler

public ProcessHandler getNewProcessHandler()
Returns the ProcessHandler associated with the system type on which the server is running, or null if there is no associated ProcessHandler.


RSE
Release 3.4

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