treuhaender
Class ClientTrustee.Waiter

java.lang.Object
  |
  +--treuhaender.ClientTrustee.Waiter
All Implemented Interfaces:
org.ssonet.net.ConnectionListener
Enclosing class:
ClientTrustee

static class ClientTrustee.Waiter
extends java.lang.Object
implements org.ssonet.net.ConnectionListener


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
(package private) ClientTrustee.Waiter()
           
 
Method Summary
 void connectionStateChanged(org.ssonet.net.SSONETContext context, int currentState)
           
 boolean decideSecurityGoal(int securityGoal, org.ssonet.net.ActionConfiguration ownConfiguration, org.ssonet.net.SSONETContext context)
           
 void negotiationRequestReceived(org.ssonet.net.SSONETContext context, int negotiationType)
           
 void waitFor(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

ClientTrustee.Waiter

ClientTrustee.Waiter()
Method Detail

connectionStateChanged

public void connectionStateChanged(org.ssonet.net.SSONETContext context,
                                   int currentState)
Specified by:
connectionStateChanged in interface org.ssonet.net.ConnectionListener

waitFor

public void waitFor(org.ssonet.net.SSONETContext context)

negotiationRequestReceived

public void negotiationRequestReceived(org.ssonet.net.SSONETContext context,
                                       int negotiationType)
Specified by:
negotiationRequestReceived in interface org.ssonet.net.ConnectionListener

decideSecurityGoal

public boolean decideSecurityGoal(int securityGoal,
                                  org.ssonet.net.ActionConfiguration ownConfiguration,
                                  org.ssonet.net.SSONETContext context)
Specified by:
decideSecurityGoal in interface org.ssonet.net.ConnectionListener


Copyright © 2003 DRIM Team. All Rights Reserved.