|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPLaunchStatus | |
---|---|
com.verisign.epp.codec.launch |
Uses of EPPLaunchStatus in com.verisign.epp.codec.launch |
---|
Methods in com.verisign.epp.codec.launch that return EPPLaunchStatus | |
---|---|
EPPLaunchStatus |
EPPLaunchInfData.getStatus()
Gets the application status. |
Methods in com.verisign.epp.codec.launch with parameters of type EPPLaunchStatus | |
---|---|
void |
EPPLaunchInfData.setStatus(EPPLaunchStatus aStatus)
Sets the application status. |
Constructors in com.verisign.epp.codec.launch with parameters of type EPPLaunchStatus | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |