public class BindStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BIND_ALLOC_RETRY |
static int |
BIND_FORWARD_PERMANENT |
static int |
BIND_FORWARD_SESSION |
static int |
BIND_OK |
protected int |
code |
protected java.lang.String |
info |
protected java.lang.String |
platform |
| Constructor and Description |
|---|
BindStatus()
Creates a new instance of BindStatus
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Get the code associated with this bind status
|
java.lang.String |
getInfo()
Get informations of this bind status
|
java.lang.String |
getPlatform()
Get the platform associated with this bind status
|
void |
setCode(int code)
Associate a platform with this bind status
|
void |
setInfo(java.lang.String info)
Set informations to this bind status
|
void |
setPlatform(java.lang.String platform)
Associate a platform with this bind status
|
public static final int BIND_OK
public static final int BIND_FORWARD_SESSION
public static final int BIND_FORWARD_PERMANENT
public static final int BIND_ALLOC_RETRY
protected int code
protected java.lang.String platform
protected java.lang.String info
public int getCode()
public void setCode(int code)
code - the associated codepublic java.lang.String getPlatform()
public void setPlatform(java.lang.String platform)
platform - string value of the platformpublic java.lang.String getInfo()
public void setInfo(java.lang.String info)
info - The informations to set as a string value