public class GetAdminConsoleInfoTask extends Object implements ClusterTask
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() |
Object |
getResult() |
void |
readExternal(ObjectInput in) |
void |
run() |
void |
writeExternal(ObjectOutput out) |
public Object getResult()
getResult in interface ClusterTaskpublic 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.