com.wrq.vhi.sconfig
Class SCStatus

java.lang.Object
  extended by com.wrq.vhi.sconfig.SCStatus

public final class SCStatus
extends java.lang.Object

Container class for error events.


Method Summary
 int getID()
          Get the ID for this error event.
 java.lang.String getMessage()
          Get the error message text.
 java.lang.String getOperationName()
          Obtain the concise name of the operation that failed.
 java.lang.String getServerName()
          Get the server or domain name for which this error has been reported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getServerName

public java.lang.String getServerName()
Get the server or domain name for which this error has been reported.

Returns:
Name of the VHI server.

getID

public int getID()
Get the ID for this error event.

Returns:
Error message ID.

getOperationName

public java.lang.String getOperationName()
Obtain the concise name of the operation that failed.

Returns:
Concise name of the operation that failed.

getMessage

public java.lang.String getMessage()
Get the error message text.

Returns:
Error message text.