com.ibm.twss.spm.admin.common
Class ServiceImplDefinition

java.lang.Object
  extended by com.ibm.twss.spm.admin.common.ServiceImplDefinition
All Implemented Interfaces:
java.io.Serializable

public class ServiceImplDefinition
extends java.lang.Object
implements java.io.Serializable

Definition of a service implementation. A service implementation corresponds to an implementation of a Web Service interface that executes the logic of the service. A given interface may have one or more service implementations. If no service implementations are registered for a given service, then that service will not be useable, as it has no concrete realization.

service

Service name. This is the name of the service, or interface, that is being implemented by this definition.

implName

Service implementation name.

enabled

Service implementation enabled (true) or disabled (false).

description

Sevice implementation description.

ServicePolicyException

Fault data structure used for service policy manager faults.

See Also:
Serialized Form

Constructor Summary
ServiceImplDefinition()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Boolean getEnabled()
           
 java.lang.String getImplName()
           
 java.lang.String getService()
           
 void setDescription(java.lang.String description)
           
 void setEnabled(java.lang.Boolean enabled)
           
 void setImplName(java.lang.String implName)
           
 void setService(java.lang.String service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceImplDefinition

public ServiceImplDefinition()
Method Detail

getService

public java.lang.String getService()

setService

public void setService(java.lang.String service)

getImplName

public java.lang.String getImplName()

setImplName

public void setImplName(java.lang.String implName)

getEnabled

public java.lang.Boolean getEnabled()

setEnabled

public void setEnabled(java.lang.Boolean enabled)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)


Copyright © IBM Corp. All Rights Reserved.