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.
 
Constructor Summary
TargetServiceState()
           
 
Method Summary
 java.lang.String getIdentityInfo()
           
 TargetServiceLocation getLocation()
           
 boolean getStarted()
           
 void setIdentityInfo(java.lang.String value)
           
 void setLocation(TargetServiceLocation value)
           
 void setStarted(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string. Any code placed between the comments will be over written
Constructor Detail

TargetServiceState

public TargetServiceState()
Method Detail

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.