public class BrokerSSLStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
error_string
The error string.
|
int |
level
The SSL level.
|
int |
status
The SSL status.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Convert to string
|
public int status
public int level
public java.lang.String error_string
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.