RSE
Release 3.3

org.eclipse.rse.ui.widgets.services
Class FactoryServiceElement

java.lang.Object
  extended by org.eclipse.rse.ui.widgets.services.ServiceElement
      extended by org.eclipse.rse.ui.widgets.services.FactoryServiceElement

public class FactoryServiceElement
extends ServiceElement


Field Summary
 
Fields inherited from class org.eclipse.rse.ui.widgets.services.ServiceElement
_childChanged, _host, _isSelected, _parent
 
Constructor Summary
FactoryServiceElement(IHost host, ISubSystemConfiguration factory)
          Constructor.
 
Method Summary
 void commit()
           
 ServiceElement[] getChildren()
           
 IConnectorService getConnectorService()
           
 String getDescription()
           
 ISubSystemConfiguration getFactory()
          Return the subsystem configuration related to this service element.
 String getName()
           
 PropertyElement[] getProperties()
           
 PropertySetServiceElement[] getPropertySets()
           
 IService getService()
           
 boolean hasChildren()
           
 boolean hasProperties()
           
 boolean hasPropertySets()
           
 void revert()
           
 
Methods inherited from class org.eclipse.rse.ui.widgets.services.ServiceElement
childChanged, getHost, getImage, getParent, isSelected, setParent, setSelected, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactoryServiceElement

public FactoryServiceElement(IHost host,
                             ISubSystemConfiguration factory)
Constructor. Used to accept an IServiceSubSystemConfiguration before RSE 3.0

Since:
3.0
Method Detail

getName

public String getName()
Specified by:
getName in class ServiceElement

getDescription

public String getDescription()
Specified by:
getDescription in class ServiceElement

getFactory

public ISubSystemConfiguration getFactory()
Return the subsystem configuration related to this service element. Used to return an IServiceSubSystemConfiguration before RSE 3.0.

Since:
3.0

getConnectorService

public IConnectorService getConnectorService()

getService

public IService getService()

getChildren

public ServiceElement[] getChildren()
Specified by:
getChildren in class ServiceElement

hasChildren

public boolean hasChildren()
Specified by:
hasChildren in class ServiceElement

hasPropertySets

public boolean hasPropertySets()

getPropertySets

public PropertySetServiceElement[] getPropertySets()

hasProperties

public boolean hasProperties()
Specified by:
hasProperties in class ServiceElement

getProperties

public PropertyElement[] getProperties()
Specified by:
getProperties in class ServiceElement

commit

public void commit()
Specified by:
commit in class ServiceElement

revert

public void revert()
Specified by:
revert in class ServiceElement

RSE
Release 3.3

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