Package | Description |
---|---|
javax.slee |
This package defines the APIs for SBB components, as well as common classes and interfaces for other SLEE subsystems.
|
Modifier and Type | Field and Description |
---|---|
static AddressScreening |
AddressScreening.NETWORK
The NETWORK value indicates that the address is a
network or application provided address.
|
static AddressScreening |
AddressScreening.UNDEFINED
The UNDEFINED value indicates that the address screening
is undefined.
|
static AddressScreening |
AddressScreening.USER_NOT_VERIFIED
The USER_NOT_VERIFIED value indicates that the user-provided
address has not been verified.
|
static AddressScreening |
AddressScreening.USER_VERIFIED_FAILED
The USER_VERIFIED_FAILED value indicates that the user-provider
address has been verified but failed.
|
static AddressScreening |
AddressScreening.USER_VERIFIED_PASSED
The USER_VERIFIED_PASSED value indicates that the user-provided
address has been verified and passed.
|
Modifier and Type | Method and Description |
---|---|
static AddressScreening |
AddressScreening.fromInt(int value)
Get an
AddressScreening object from an integer value. |
AddressScreening |
AddressScreening.fromString(String value)
Get an
AddressScreening object from a string value. |
AddressScreening |
Address.getAddressScreening()
Get the optional address screening attribute for the address.
|
Constructor and Description |
---|
Address(AddressPlan addressPlan,
String addressString,
AddressPresentation addressPresentation,
AddressScreening addressScreening,
String subAddressString,
String addressName)
Create a new
Address using an address plan, an address string, an
additional optional attributes. |