|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class holds persistable properties needed to enable a subsystem to start, or connect with, the server-side code that the subsystem client communicates with. A server launcher is an optional property of a subsystem.
The following features are supported:
SubsystemsPackage.getServerLauncher()
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
ServerLauncher |
cloneServerLauncher(ServerLauncher newOne)
Clone the contents of this server launcher into the given server launcher |
SubSystem |
getParentSubSystem()
Returns the value of the 'Parent Sub System' container reference. |
String |
getVendorAttributes()
Returns the value of the 'Vendor Attributes' attribute |
boolean |
isSetVendorAttributes()
Returns whether the value of the ' Vendor Attributes ' attribute is set |
void |
setParentSubSystem(SubSystem value)
Sets the value of the ' Parent Sub System ' container reference |
void |
setVendorAttributes(String value)
Sets the value of the ' Vendor Attributes ' attribute |
void |
unsetVendorAttributes()
Unsets the value of the ' Vendor Attributes ' attribute |
Field Detail |
public static final String copyright
Method Detail |
public ServerLauncher cloneServerLauncher(ServerLauncher newOne)
public String getVendorAttributes()
Private. Do not call or use.
See instead com.ibm.etools.systems.subsystems.impl.ServerLauncherImpl.#setVendorAttribute(String,String)
isSetVendorAttributes()
,
unsetVendorAttributes()
,
setVendorAttributes(String)
,
SubsystemsPackage.getServerLauncher_VendorAttributes()
public void setVendorAttributes(String value)
Vendor Attributes
' attribute.
Private. Do not call or use.com.ibm.etools.systems.subsystems.impl.ServerLauncherImpl.#getVendorAttribute(String)
value
- the new value of the 'Vendor Attributes' attribute.isSetVendorAttributes()
,
unsetVendorAttributes()
,
getVendorAttributes()
public void unsetVendorAttributes()
Vendor Attributes
' attribute.
Private. Do not call or use.
isSetVendorAttributes()
,
getVendorAttributes()
,
setVendorAttributes(String)
public boolean isSetVendorAttributes()
Vendor Attributes
' attribute is set.
unsetVendorAttributes()
,
getVendorAttributes()
,
setVendorAttributes(String)
public SubSystem getParentSubSystem()
Remote Server Launcher
'.
Return the subsystem which owns this server launcher
setParentSubSystem(SubSystem)
,
SubsystemsPackage.getServerLauncher_ParentSubSystem()
,
SubSystem.getRemoteServerLauncher()
public void setParentSubSystem(SubSystem value)
Parent Sub System
' container reference.
Private. Do not call or use.
value
- the new value of the 'Parent Sub System' container reference.getParentSubSystem()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |