Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
alice.tuplemedium.AgentId

Uses of AgentId in alice.tuplemedium
 

Fields in alice.tuplemedium declared as AgentId
 AgentId Event.idAgent
          the identifier of the agent involved in the event
 

Methods in alice.tuplemedium with parameters of type AgentId
 Event TupleCentreVMImpl.out(Tuple t, AgentId aid, VMListener receiver)
          Sends an out message to the tuple centre virtual machine (the out puts a tuple in tuple centre)
 Event TupleCentreVMImpl.in(TupleTemplate t, AgentId aid, VMListener receiver)
          Sends an in message to the tuple centre virtual machine (the in gets a matching tuple from tuple centre)
 Event TupleCentreVMImpl.rd(TupleTemplate t, AgentId aid, VMListener receiver)
          Sends a rd message to the tuple centre virtual machine (the rd gets without removing a matching tuple from tuple centre)
 Event TupleCentreVMImpl.inp(TupleTemplate t, AgentId aid, VMListener receiver)
          Sends an inp message to the tuple centre virtual machine (the inp gets if present a matching tuple from tuple centre)
 Event TupleCentreVMImpl.rdp(TupleTemplate t, AgentId aid, VMListener receiver)
          Sends a rdp message to the tuple centre virtual machine (the rdp gets without removing if present a matching tuple from tuple centre)
 Event TupleCentreVMImpl.setSpec(Tuple t, AgentId aid, VMListener receiver)
          Sends a setSpec message to the tuple centre virtual machine (the setSpec sets a new behaviour of the tuple centre)
 Event TupleCentreVMImpl.getSpec(TupleTemplate t, AgentId aid, VMListener receiver)
          Sends a getSpec message to the tuple centre virtual machine (the getSpec gets current behaviour specification of the tuple centre)
 void TupleCentreVMImpl.removeAgentEvents(AgentId id)
          removes all pending events of an agent
 void TupleCentreVM.removeEventsOf(AgentId id)
          Removes all events of specified agent This services is executed in paraller to the virtual machine thread of control.
 void EventSet.removeEventsOf(AgentId id)
          Removes all the events with a specified agent identifier
 

Constructors in alice.tuplemedium with parameters of type AgentId
Event(java.lang.Long myid, AgentId aid, EventOperation op, TupleCentreId tid, int evd, Tuple t, TupleTemplate templ)