public class GetAdminConsoleInfoTask extends Object implements ClusterTask<GetAdminConsoleInfoTask>
A null bindInterface in the result of this task means that the task failed to find a valid IP address where the admin console is listening.
| Constructor and Description |
|---|
GetAdminConsoleInfoTask() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAdminPort() |
String |
getAdminSecret() |
int |
getAdminSecurePort() |
String |
getBindInterface() |
GetAdminConsoleInfoTask |
getResult() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
public GetAdminConsoleInfoTask getResult()
getResult in interface ClusterTask<GetAdminConsoleInfoTask>public String getBindInterface()
public int getAdminPort()
public int getAdminSecurePort()
public String getAdminSecret()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003-2008 Jive Software.