public class WebGuiClient extends Service
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
cfgDir, dnaPool, MESSAGE_RECORDING_FORMAT_BINARY, MESSAGE_RECORDING_FORMAT_XML
Constructor and Description |
---|
WebGuiClient(java.lang.String n) |
Modifier and Type | Method and Description |
---|---|
void |
connect(java.lang.String url) |
static ServiceType |
getMetaData()
This static method returns all the details of the class without it having
to be constructed.
|
java.lang.String |
getPrefix(java.net.URI protocolKey) |
static void |
main(java.lang.String[] args) |
void |
sendRemote(java.lang.String urlKey,
Message msg) |
void |
sendRemote(java.lang.String urlKey,
java.lang.String name,
java.lang.String method) |
void |
sendRemote(java.lang.String urlKey,
java.lang.String name,
java.lang.String method,
java.lang.Object... data) |
void |
sendRemote(java.net.URI key,
Message msg) |
addListener, addListener, addTask, addTask, addTask, addTaskOneShot, allowDisplay, allowDisplay, attach, attach, broadcastState, buildDna, buildDna, buildDnaKeys, buildDnaNames, clearLastError, close, containsTask, copyShallowFrom, createPeer, createPeer, createRootReserved, detach, detach, detach, echoHeartbeat, error, error, error, getAttached, getCfgDir, getComm, getDeclaredMethodNames, getDeclaredMethods, getDescription, getDna, getDnaString, getHostName, getInbox, getInstanceId, getIntanceName, getInterfaceSet, getLastError, getMessageSet, getMetaData, getMethodMap, getMethodNames, getMethods, getMethodToolTip, getMsg, getName, getNotifyList, getNotifyListKeySet, getOutbox, getPeerKey, getPeerName, getServiceResourceFile, getSimpleName, getTasks, getThisThread, getType, hasError, hasPeers, help, help, in, info, info, invoke, invoke, invoke, invokeOn, isAttached, isAttached, isLocal, isReady, isRunning, isRuntime, isVirtual, load, load, logTimeEnable, mergeDna, mergeDna, mergePeerDna, movePeerDna, out, out, preProcessHook, preRoutingHook, publishError, publishQueueStats, publishState, publishStats, publishStatus, purgeTask, purgeTasks, releasePeers, releaseService, removeAllListeners, removeListener, requiresSecurity, reserve, reserve, reserveRoot, reserveRoot, reserveRootAs, run, save, save, save, send, send, send, send, sendBlocking, sendBlocking, sendBlocking, sendBlocking, sendPeer, setInstanceId, setName, setPeer, setSecurityProvider, setState, setThisThread, setVirtual, sleep, stackToString, startHeartbeat, startPeer, startPeer, startRecording, startService, stopHeartbeat, stopMsgRecording, stopService, subscribe, subscribe, subscribe, toString, unsubscribe, unsubscribe, unsubscribe, updateStats, warn, warn
public static ServiceType getMetaData()
public void connect(java.lang.String url) throws java.io.IOException, java.net.URISyntaxException
java.io.IOException
java.net.URISyntaxException
public java.lang.String getPrefix(java.net.URI protocolKey)
public void sendRemote(java.lang.String urlKey, Message msg) throws java.io.IOException, java.net.URISyntaxException
java.io.IOException
java.net.URISyntaxException
public void sendRemote(java.lang.String urlKey, java.lang.String name, java.lang.String method) throws java.io.IOException
java.io.IOException
public void sendRemote(java.lang.String urlKey, java.lang.String name, java.lang.String method, java.lang.Object... data) throws java.io.IOException
java.io.IOException
public void sendRemote(java.net.URI key, Message msg)
public static void main(java.lang.String[] args)