|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalice.tucson.api.Agent
alice.tucsonx.sms.SMS_Sender
La classe rappresenta l'agente SMS_Sender
Nested Class Summary |
Nested classes inherited from class alice.tucson.api.Agent |
|
Field Summary | |
private org.jsmsengine.CService |
service
Creo un oggetto CService |
(package private) java.lang.String |
status
Rappresenta lo stato del servizio |
private alice.tucson.api.TupleCentreId |
tid
Id per il tc |
Fields inherited from class alice.tucson.api.Agent |
|
Constructor Summary | |
SMS_Sender(alice.tucson.api.AgentId id,
alice.tucson.api.TupleCentreId target)
Costruttore dell'agente SMS_Sender |
Method Summary | |
protected void |
body()
Corpo dell'agente |
private java.lang.String |
linker(java.lang.String to,
java.lang.String text)
Esegue le operazioni di collegamento al cellulare |
Methods inherited from class alice.tucson.api.Agent |
getContext, getId, getSpec, in, inp, out, rd, rdp, setSpec, spawn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private alice.tucson.api.TupleCentreId tid
private org.jsmsengine.CService service
java.lang.String status
Constructor Detail |
public SMS_Sender(alice.tucson.api.AgentId id, alice.tucson.api.TupleCentreId target) throws alice.tucson.api.TucsonException
id
- Id dell'agentetarget
- Id del centro di tuple su cui l'agente nasceMethod Detail |
protected void body()
private java.lang.String linker(java.lang.String to, java.lang.String text)
to
- destinatariotext
- testo da inviare
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |