|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--treuhaender.TrusteeToSalesMan
Diese Klasse stellt auf Seite des Treuhaenders eine Verbindung mit einem Partner (Haendler) her.
Field Summary |
Fields inherited from interface org.ssonet.net.ConnectionListener |
FINISHED_STATE, INIT_STATE, MECHANISMS_NEGOTIATION, NOT_STARTED_STATE, RUNNING_STATE, SECURITY_GOAL_NEGOTIATION |
Constructor Summary | |
TrusteeToSalesMan(idman.mngt.Context context)
Konstruktor. |
Method Summary | |
boolean |
connect()
Baut die Verbindung auf. |
void |
connectionStateChanged(org.ssonet.net.SSONETContext context,
int currentState)
|
boolean |
decideSecurityGoal(int securityGoal,
org.ssonet.net.ActionConfiguration ownConfiguration,
org.ssonet.net.SSONETContext context)
|
void |
disconnect()
Baut die Verbindung ab. |
void |
negotiationRequestReceived(org.ssonet.net.SSONETContext context,
int negotiationType)
|
org.w3c.dom.Document |
perform(org.w3c.dom.Document order)
Arbeitsmethode, überträgt das Dokument und liefert das Resultat. |
void |
waitRunning(org.ssonet.net.SSONETContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrusteeToSalesMan(idman.mngt.Context context)
context
- Parametersatz für den die Verbindung aufgebaut
werden soll.Method Detail |
public void connectionStateChanged(org.ssonet.net.SSONETContext context, int currentState)
connectionStateChanged
in interface org.ssonet.net.ConnectionListener
public void waitRunning(org.ssonet.net.SSONETContext context)
public boolean connect()
public void disconnect()
public org.w3c.dom.Document perform(org.w3c.dom.Document order)
order
- Das zu übermittelnde Dokument.
public void negotiationRequestReceived(org.ssonet.net.SSONETContext context, int negotiationType)
negotiationRequestReceived
in interface org.ssonet.net.ConnectionListener
public boolean decideSecurityGoal(int securityGoal, org.ssonet.net.ActionConfiguration ownConfiguration, org.ssonet.net.SSONETContext context)
decideSecurityGoal
in interface org.ssonet.net.ConnectionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |