com.ibm.wsgw.config
Class TargetServiceState
java.lang.Object
|
+--com.ibm.wsgw.config.TargetServiceState
- All Implemented Interfaces:
- java.io.Serializable
- public class TargetServiceState
- extends java.lang.Object
- implements java.io.Serializable
This class implements the TargetServiceState from the WCCM model for the Gateway.
It provides target service-specific configuration values.
This class should be generated from the WCCM model, but is hard-coded for the
moment.
- Version:
- 1.6
- Author:
-
- See Also:
- , Serialized Form
Field Summary |
static java.lang.String |
copyright
Copyright string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final java.lang.String copyright
- Copyright string. Any code placed between the comments will be over written
TargetServiceState
public TargetServiceState()
setLocation
public void setLocation(TargetServiceLocation value)
setIdentityInfo
public void setIdentityInfo(java.lang.String value)
setStarted
public void setStarted(boolean value)
getLocation
public TargetServiceLocation getLocation()
getIdentityInfo
public java.lang.String getIdentityInfo()
getStarted
public boolean getStarted()
Copyright © 2002 IBM. All Rights Reserved.