jade.core
Class Service.SliceProxy

java.lang.Object
  extended by jade.core.SliceProxy
      extended by jade.core.Service.SliceProxy
All Implemented Interfaces:
Service.Slice, java.io.Serializable
Enclosing interface:
Service

Deprecated. use the class jade.core.SliceProxy instead of this inner class

public static class Service.SliceProxy
extends SliceProxy
implements Service.Slice

An implementation of the Slice interface, supporting routed dispatching of horizontal commands.

See Also:
Serialized Form

Constructor Summary
Service.SliceProxy()
          Deprecated.  
Service.SliceProxy(Service svc, Node n)
          Deprecated.  
 
Method Summary
 
Methods inherited from class jade.core.SliceProxy
getNode, getService, serve, setNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jade.core.Service.Slice
getNode, getService, serve
 

Constructor Detail

Service.SliceProxy

public Service.SliceProxy()
Deprecated. 

Service.SliceProxy

public Service.SliceProxy(Service svc,
                          Node n)
Deprecated.