Package | Description |
---|---|
com.verisign.epp.codec.launch |
Modifier and Type | Method and Description |
---|---|
EPPLaunchStatus |
EPPLaunchInfData.getStatus()
Gets the application status.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLaunchInfData.setStatus(EPPLaunchStatus aStatus)
Sets the application status.
|
Constructor and Description |
---|
EPPLaunchInfData(EPPLaunchPhase aPhase,
java.lang.String aApplicationId,
EPPLaunchStatus aStatus)
Create a EPPLaunchInfData instance for an application with the phase,
application identifier, and application status values.
|
EPPLaunchInfData(EPPLaunchPhase aPhase,
java.lang.String aApplicationId,
EPPLaunchStatus aStatus,
EPPMark aMark)
Create a EPPLaunchInfData instance for an application with the phase,
application identifier, application status, and an individual of mark
values.
|
EPPLaunchInfData(EPPLaunchPhase aPhase,
java.lang.String aApplicationId,
EPPLaunchStatus aStatus,
java.util.List<EPPMark> aMarks)
Create a EPPLaunchInfData instance for an application with the phase,
application identifier, application status, and list of marks values.
|
Copyright © VeriSign Inc. All Rights Reserved.