Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api.context
Interface WarningData


public interface WarningData

Warning information.

See Also:
Warning

Method Summary
 String getHost()
          Return the host.
 int getWarningCode()
          Return the warning code.
 String getWarningText()
          Return the warning text.
 Warning getWarningType()
          Provide type of the warning.

 

Method Detail

getWarningType

Warning getWarningType()
Provide type of the warning.
Returns:
Warning information
See Also:
Warning

getWarningCode

int getWarningCode()
Return the warning code.
Returns:
the warning code.

getWarningText

String getWarningText()
Return the warning text.
Returns:
the warning text

getHost

String getHost()
Return the host.
Returns:
the host

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.