ist.palcom.services.overview
Class PalOverviewBrowserAccompliceService

java.lang.Object
  extended by ist.palcom.services.AbstractService
      extended by ist.palcom.visualization.AbstractAccompliceService
          extended by ist.palcom.services.overview.PalOverviewBrowserAccompliceService
All Implemented Interfaces:
Service, IHgraphNode, MirrorInCallback, MirrorOutCallback

public class PalOverviewBrowserAccompliceService
extends AbstractAccompliceService


Nested Class Summary
 class PalOverviewBrowserAccompliceService.ProxyListener
           
 
Field Summary
 
Fields inherited from class ist.palcom.visualization.AbstractAccompliceService
accompliceInCommandName, accompliceOutCommandName, mirrorNode, MIRRORNODE_NAME, typeManager
 
Fields inherited from class ist.palcom.services.AbstractService
_node, connectionsMonitor, info, siid
 
Fields inherited from interface ist.palcom.hgraph.IHgraphNode
CHILD_NAME_CLASH, CIRCULARITY_CLASH, COMMAND_OR_NODE_MISSING, ERROR, HANDLER_MISSING, INVOKATOR_MISSING, LISTENER_MISSING, NODE_NOT_CHILD, PATH_MISSING, SIBLING_ALREADY_EXISTS, SIBLING_NONEXISTENT, SIBLING_REFERENCE_ALREADY_EXISTS, SIBLING_REFERENCE_NONEXISTENT, STATUS_OK, VALUE_ALREADY_EXISTS, VALUE_NOT_PRESENT
 
Constructor Summary
PalOverviewBrowserAccompliceService(DeviceContext context)
           
 
Method Summary
protected  void connectionCreated(UnicastConnection connection)
          Notification that a new connection has been established.
 void getAssList(ServiceProxy prox)
           
static void main(java.lang.String[] args)
          For testing purposes
 void start()
          Start the service.
 
Methods inherited from class ist.palcom.visualization.AbstractAccompliceService
addToServiceProxy, cheat, getServiceID, getUID, mirrorIn, mirrorOut, setCheat, stop
 
Methods inherited from class ist.palcom.services.AbstractService
addNodeChild, addServiceProxyListener, connectionClosed, connectTo, disconnectFrom, getChildIterator, getConnections, getFuncFunc, getNodeName, getNodeParent, getPath, getRemoteServiceProxy, getSelector, getServiceInfo, getServiceInstanceID, getServiceProxy, getSiblingFunc, getValueFunc, hasChildNamed, isAncestorOf, remoteServiceProxyIterator, removeNodeChild, removeServiceProxyListener, sendToAll, setGroupID, setLocalSID, setName, setNodeName, setNodeParent, setServiceInstanceID, setServiceProxy, setStatus, setTopic, toXML, toXMLFull, toXMLFullRecursively, toXMLRecursively, updatePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PalOverviewBrowserAccompliceService

public PalOverviewBrowserAccompliceService(DeviceContext context)
                                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

start

public void start()
           throws java.io.IOException
Description copied from class: AbstractService
Start the service. The LocalSID must be set before calling this method (through a constructor, or through a call to the setLocalSID method). If the service is started already, nothing happens. The DiscoveryManager will be updated with info about the service.

Overrides:
start in class AbstractAccompliceService
Throws:
java.io.IOException

getAssList

public void getAssList(ServiceProxy prox)

connectionCreated

protected void connectionCreated(UnicastConnection connection)
Description copied from class: AbstractService
Notification that a new connection has been established. Service-specific things may be performed by subclasses. The default implementation here is empty.

Overrides:
connectionCreated in class AbstractService

main

public static void main(java.lang.String[] args)
For testing purposes

Parameters:
args -