SCS

Uses of Class
scs.core.servant.Receptacle

Packages that use Receptacle
scs.core.servant   
scs.demos.mapreduce.schedule   
scs.demos.philosopher.servant   
scs.demos.pingpong.servant   
scs.event_service.servant   
 

Uses of Receptacle in scs.core.servant
 

Methods in scs.core.servant that return Receptacle
protected  Receptacle IReceptaclesServant.findReceptacle(java.lang.String name)
           
protected  Receptacle IReceptaclesServant.findReceptacleByConnection(int connId)
           
 

Methods in scs.core.servant that return types with arguments of type Receptacle
protected abstract  java.util.ArrayList<Receptacle> IReceptaclesServant.createReceptacles()
          Metodo que retorna o conjunto de receptaculos das classes derivadas
 

Uses of Receptacle in scs.demos.mapreduce.schedule
 

Methods in scs.demos.mapreduce.schedule that return types with arguments of type Receptacle
protected  java.util.ArrayList<Receptacle> MonitoringReceptacles.createReceptacles()
           
 

Uses of Receptacle in scs.demos.philosopher.servant
 

Methods in scs.demos.philosopher.servant that return types with arguments of type Receptacle
protected  java.util.ArrayList<Receptacle> HandsServant.createReceptacles()
           
protected  java.util.ArrayList<Receptacle> InfoServant.createReceptacles()
           
 

Uses of Receptacle in scs.demos.pingpong.servant
 

Methods in scs.demos.pingpong.servant that return types with arguments of type Receptacle
protected  java.util.ArrayList<Receptacle> InfoServant.createReceptacles()
           
 

Uses of Receptacle in scs.event_service.servant
 

Methods in scs.event_service.servant that return types with arguments of type Receptacle
protected  java.util.ArrayList<Receptacle> EventSourceServant.createReceptacles()
           
 


SCS