public interface Hostname extends Service, HostnameTypes
Hostname interface provides methods Performs operations on Fully
Qualified Doman Name.HostnameTypes.Message, HostnameTypes.MessageStatus, HostnameTypes.TestStatus, HostnameTypes.TestStatusInfo| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get()
Get the Fully Qualified Doman Name.
|
void |
get(AsyncCallback<java.lang.String> asyncCallback)
Get the Fully Qualified Doman Name.
|
void |
get(AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Get the Fully Qualified Doman Name.
|
java.lang.String |
get(InvocationConfig invocationConfig)
Get the Fully Qualified Doman Name.
|
void |
set(java.lang.String name)
Set the Fully Qualified Domain Name.
|
void |
set(java.lang.String name,
AsyncCallback<java.lang.Void> asyncCallback)
Set the Fully Qualified Domain Name.
|
void |
set(java.lang.String name,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Set the Fully Qualified Domain Name.
|
void |
set(java.lang.String name,
InvocationConfig invocationConfig)
Set the Fully Qualified Domain Name.
|
HostnameTypes.TestStatusInfo |
test(java.lang.String name)
Test the Fully Qualified Domain Name.
|
void |
test(java.lang.String name,
AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback)
Test the Fully Qualified Domain Name.
|
void |
test(java.lang.String name,
AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback,
InvocationConfig invocationConfig)
Test the Fully Qualified Domain Name.
|
HostnameTypes.TestStatusInfo |
test(java.lang.String name,
InvocationConfig invocationConfig)
Test the Fully Qualified Domain Name.
|
HostnameTypes.TestStatusInfo test(java.lang.String name)
Synchronous method overload. Result of the invocation will be reported as a method return value.
name - FQDN.Error - Generic errorHostnameTypes.TestStatusInfo test(java.lang.String name, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
name - FQDN.invocationConfig - Configuration for the method invocation.Error - Generic errorvoid test(java.lang.String name,
AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
FQDN status
Operation Errors:
Error - Generic error
name - FQDN.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void test(java.lang.String name,
AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
FQDN status
Operation Errors:
Error - Generic error
name - FQDN.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void set(java.lang.String name)
Synchronous method overload. Result of the invocation will be reported as a method return value.
name - FQDN.Error - Generic errorvoid set(java.lang.String name,
InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
name - FQDN.invocationConfig - Configuration for the method invocation.Error - Generic errorvoid set(java.lang.String name,
AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
name - FQDN.asyncCallback - Receives the status (progress, result or error) of the operation invocation.void set(java.lang.String name,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Error - Generic error
name - FQDN.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.java.lang.String get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Error - Generic errorjava.lang.String get(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Error - Generic errorvoid get(AsyncCallback<java.lang.String> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
FQDN.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
FQDN.
Operation Errors:
Error - Generic error
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.