|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.activesw.api.client.BrokerSSLStatus
public class BrokerSSLStatus
This class is a data structure used to describe a broker's SSL status.
Field Summary | |
---|---|
java.lang.String |
error_string
The error string. |
int |
level
The SSL level. |
int |
status
The SSL status. |
Constructor Summary | |
---|---|
BrokerSSLStatus()
Create an empty SSL status object |
|
BrokerSSLStatus(int new_status,
int new_level,
java.lang.String new_error_string)
Create a SSL status with values set. |
Method Summary | |
---|---|
java.lang.String |
toString()
Convert to string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int status
public int level
public java.lang.String error_string
Constructor Detail |
---|
public BrokerSSLStatus()
public BrokerSSLStatus(int new_status, int new_level, java.lang.String new_error_string)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |