public class RemoteAppLoader extends EncodableObject
Modifier and Type | Field and Description |
---|---|
String |
applicationName |
String |
hostName |
int |
hostPort |
protected static int |
PROGRESS_LOADED_EVE_OR_ZIP |
protected static int |
PROGRESS_LOADED_STARTING_CLASS |
protected static int |
PROGRESS_LOADING_EVE_OR_ZIP |
protected static int |
PROGRESS_LOADING_STARTING_CLASS |
Constructor and Description |
---|
RemoteAppLoader() |
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader(AppServer app) |
protected void |
loaderProgress(int progress,
Handle handle) |
boolean |
runClient(Socket sock,
String saveConfigName) |
static void |
runIt(Class cl) |
boolean |
runIt(String className,
ClassLoader loader) |
protected String |
selectApplication(String[] availableApps) |
decode, decoded, decoded, decodeFields, decodeFields, encode, encoded, encoded, encodeFields, encodeFields, textDecode, textEncode
_getFieldType, _getSetField, cache, compareTo, copied, copyFrom, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNew
public String hostName
public int hostPort
public String applicationName
protected static final int PROGRESS_LOADING_EVE_OR_ZIP
protected static final int PROGRESS_LOADED_EVE_OR_ZIP
protected static final int PROGRESS_LOADING_STARTING_CLASS
protected static final int PROGRESS_LOADED_STARTING_CLASS
public boolean runIt(String className, ClassLoader loader) throws ClassNotFoundException
ClassNotFoundException
public ClassLoader getClassLoader(AppServer app)
protected void loaderProgress(int progress, Handle handle)