com.borland.sctm.ws.administration.entities
Class ExecServer

java.lang.Object
  extended by com.borland.sctm.ws.administration.entities.Entity
      extended by com.borland.sctm.ws.administration.entities.NamedEntity
          extended by com.borland.sctm.ws.administration.entities.ExecServer
All Implemented Interfaces:
java.io.Serializable

public class ExecServer
extends NamedEntity
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ExecServer()
           
ExecServer(int id, java.lang.String name, java.lang.String description, int locationId, java.lang.String execServerHostName, int rmiProxyPort, int rmiProxyPortSSL, boolean useSSL, int appModuleID, int state, int problemAlertTimeout, int maxConcurrentExecutions, int maxBandwidth, boolean active)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAppModuleID()
          Gets the appModuleID value for this ExecServer.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getExecServerHostName()
          Gets the execServerHostName value for this ExecServer.
 int getLocationId()
          Gets the locationId value for this ExecServer.
 int getMaxBandwidth()
          Gets the maxBandwidth value for this ExecServer.
 int getMaxConcurrentExecutions()
          Gets the maxConcurrentExecutions value for this ExecServer.
 int getProblemAlertTimeout()
          Gets the problemAlertTimeout value for this ExecServer.
 int getRmiProxyPort()
          Gets the rmiProxyPort value for this ExecServer.
 int getRmiProxyPortSSL()
          Gets the rmiProxyPortSSL value for this ExecServer.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getState()
          Gets the state value for this ExecServer.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isActive()
          Gets the active value for this ExecServer.
 boolean isUseSSL()
          Gets the useSSL value for this ExecServer.
 void setActive(boolean active)
          Sets the active value for this ExecServer.
 void setAppModuleID(int appModuleID)
          Sets the appModuleID value for this ExecServer.
 void setExecServerHostName(java.lang.String execServerHostName)
          Sets the execServerHostName value for this ExecServer.
 void setLocationId(int locationId)
          Sets the locationId value for this ExecServer.
 void setMaxBandwidth(int maxBandwidth)
          Sets the maxBandwidth value for this ExecServer.
 void setMaxConcurrentExecutions(int maxConcurrentExecutions)
          Sets the maxConcurrentExecutions value for this ExecServer.
 void setProblemAlertTimeout(int problemAlertTimeout)
          Sets the problemAlertTimeout value for this ExecServer.
 void setRmiProxyPort(int rmiProxyPort)
          Sets the rmiProxyPort value for this ExecServer.
 void setRmiProxyPortSSL(int rmiProxyPortSSL)
          Sets the rmiProxyPortSSL value for this ExecServer.
 void setState(int state)
          Sets the state value for this ExecServer.
 void setUseSSL(boolean useSSL)
          Sets the useSSL value for this ExecServer.
 
Methods inherited from class com.borland.sctm.ws.administration.entities.NamedEntity
getDescription, getName, setDescription, setName
 
Methods inherited from class com.borland.sctm.ws.administration.entities.Entity
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecServer

public ExecServer()

ExecServer

public ExecServer(int id,
                  java.lang.String name,
                  java.lang.String description,
                  int locationId,
                  java.lang.String execServerHostName,
                  int rmiProxyPort,
                  int rmiProxyPortSSL,
                  boolean useSSL,
                  int appModuleID,
                  int state,
                  int problemAlertTimeout,
                  int maxConcurrentExecutions,
                  int maxBandwidth,
                  boolean active)
Method Detail

getLocationId

public int getLocationId()
Gets the locationId value for this ExecServer.

Returns:
locationId

setLocationId

public void setLocationId(int locationId)
Sets the locationId value for this ExecServer.

Parameters:
locationId -

getExecServerHostName

public java.lang.String getExecServerHostName()
Gets the execServerHostName value for this ExecServer.

Returns:
execServerHostName

setExecServerHostName

public void setExecServerHostName(java.lang.String execServerHostName)
Sets the execServerHostName value for this ExecServer.

Parameters:
execServerHostName -

getRmiProxyPort

public int getRmiProxyPort()
Gets the rmiProxyPort value for this ExecServer.

Returns:
rmiProxyPort

setRmiProxyPort

public void setRmiProxyPort(int rmiProxyPort)
Sets the rmiProxyPort value for this ExecServer.

Parameters:
rmiProxyPort -

getRmiProxyPortSSL

public int getRmiProxyPortSSL()
Gets the rmiProxyPortSSL value for this ExecServer.

Returns:
rmiProxyPortSSL

setRmiProxyPortSSL

public void setRmiProxyPortSSL(int rmiProxyPortSSL)
Sets the rmiProxyPortSSL value for this ExecServer.

Parameters:
rmiProxyPortSSL -

isUseSSL

public boolean isUseSSL()
Gets the useSSL value for this ExecServer.

Returns:
useSSL

setUseSSL

public void setUseSSL(boolean useSSL)
Sets the useSSL value for this ExecServer.

Parameters:
useSSL -

getAppModuleID

public int getAppModuleID()
Gets the appModuleID value for this ExecServer.

Returns:
appModuleID

setAppModuleID

public void setAppModuleID(int appModuleID)
Sets the appModuleID value for this ExecServer.

Parameters:
appModuleID -

getState

public int getState()
Gets the state value for this ExecServer.

Returns:
state

setState

public void setState(int state)
Sets the state value for this ExecServer.

Parameters:
state -

getProblemAlertTimeout

public int getProblemAlertTimeout()
Gets the problemAlertTimeout value for this ExecServer.

Returns:
problemAlertTimeout

setProblemAlertTimeout

public void setProblemAlertTimeout(int problemAlertTimeout)
Sets the problemAlertTimeout value for this ExecServer.

Parameters:
problemAlertTimeout -

getMaxConcurrentExecutions

public int getMaxConcurrentExecutions()
Gets the maxConcurrentExecutions value for this ExecServer.

Returns:
maxConcurrentExecutions

setMaxConcurrentExecutions

public void setMaxConcurrentExecutions(int maxConcurrentExecutions)
Sets the maxConcurrentExecutions value for this ExecServer.

Parameters:
maxConcurrentExecutions -

getMaxBandwidth

public int getMaxBandwidth()
Gets the maxBandwidth value for this ExecServer.

Returns:
maxBandwidth

setMaxBandwidth

public void setMaxBandwidth(int maxBandwidth)
Sets the maxBandwidth value for this ExecServer.

Parameters:
maxBandwidth -

isActive

public boolean isActive()
Gets the active value for this ExecServer.

Returns:
active

setActive

public void setActive(boolean active)
Sets the active value for this ExecServer.

Parameters:
active -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class NamedEntity

hashCode

public int hashCode()
Overrides:
hashCode in class NamedEntity

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2010. All Rights Reserved.