public final class ApplicationId extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationId.Ranges
IANA [IANA] has assigned the range 0x00000001 to 0x00ffffff for
standards-track applications; and 0x01000000 - 0xfffffffe for vendor
specific applications, on a first-come, first-served basis.
|
static interface |
ApplicationId.Standard
Standards-track application IDs are by Designated Expert with Specification Required [IANA]
|
| Modifier and Type | Field and Description |
|---|---|
static long |
UNDEFINED_VALUE
Undefined value of id for application identifier
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationId |
createByAccAppId(long acchAppId)
Create instance of ApplicationId use Accounting-Applicaion-Id
|
static ApplicationId |
createByAccAppId(long vendorId,
long acchAppId)
Create instance of ApplicationId use Accounting-Applicaion-Id and Vendor-Id
|
static ApplicationId |
createByAuthAppId(long authAppId)
Create instance of ApplicationId use Authentication-App-Id
|
static ApplicationId |
createByAuthAppId(long vendorId,
long authAppId)
Create instance of ApplicationId use Authentication-App-Id and Vendor-Id
|
boolean |
equals(Object obj) |
long |
getAcctAppId() |
long |
getAuthAppId() |
long |
getVendorId() |
int |
hashCode() |
String |
toString() |
public static final long UNDEFINED_VALUE
public static ApplicationId createByAuthAppId(long authAppId)
authAppId - authentication application idpublic static ApplicationId createByAccAppId(long acchAppId)
acchAppId - accounting applicaion Idpublic static ApplicationId createByAuthAppId(long vendorId, long authAppId)
vendorId - vendor specific idauthAppId - authentication application idpublic static ApplicationId createByAccAppId(long vendorId, long acchAppId)
vendorId - vendor specific idacchAppId - accounting applicaion Idpublic long getVendorId()
public long getAuthAppId()
public long getAcctAppId()
public boolean equals(Object obj)
Copyright © 2016. All Rights Reserved.