Package | Description |
---|---|
com.verisign.epp.codec.registry.v02 | |
com.verisign.epp.interfaces.registry.v02 |
Modifier and Type | Method and Description |
---|---|
EPPRegistryInfoCmd.Scope |
EPPRegistryInfoCmd.getScope()
Gets the zone scope used with the query all option.
|
static EPPRegistryInfoCmd.Scope |
EPPRegistryInfoCmd.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryInfoCmd.Scope[] |
EPPRegistryInfoCmd.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryInfoCmd.setScope(EPPRegistryInfoCmd.Scope aScope)
Sets the zone scope used with the query all mode.
|
Constructor and Description |
---|
EPPRegistryInfoCmd(java.lang.String aTransId,
EPPRegistryInfoCmd.Scope aScope)
EPPRegistryInfoCmd constructor that queries for all of the
accessible and/or available zone objects from the server with the desired
scope. |
Modifier and Type | Method and Description |
---|---|
EPPRegistryInfoCmd.Scope |
EPPRegistry.getAllScope()
Gets the zone scope used with the info all option.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryTst.registryInfo(EPPRegistryInfoCmd.Mode aMode,
java.lang.String aZoneName,
EPPRegistryInfoCmd.Scope aScope)
Test for the registry info command that supports the three forms of
getting detailed information for an individual zone by setting the
aZoneName parameter to a non-null value, getting a summary
of all zones by setting the aScope parameter to a non-null
value, and getting the system information by setting the aSystem
parameter to true. |
void |
EPPRegistry.setAllScope(EPPRegistryInfoCmd.Scope aScope)
Sets the zone scope used with the info all mode.
|
Copyright © VeriSign Inc. All Rights Reserved.