kunde
Class ClientCustomer

java.lang.Object
  |
  +--kunde.ClientCustomer
All Implemented Interfaces:
org.ssonet.net.ConnectionListener

public class ClientCustomer
extends java.lang.Object
implements org.ssonet.net.ConnectionListener

Diese Klasse stellt auf Seite des Kunden eine Verbindung mit einem Server her.

Version:
$Id: ClientCustomer.java,v 1.10 2004/02/12 08:12:41 tk4 Exp $
Author:
lehrprojekt, Thomas Kriegelstein

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
ClientCustomer(idman.mngt.Context context)
           
 
Method Summary
 boolean connect()
           
 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()
           
 void negotiationRequestReceived(org.ssonet.net.SSONETContext context, int negotiationType)
           
 org.w3c.dom.Document perform(org.w3c.dom.Document order)
           
 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

ClientCustomer

public ClientCustomer(idman.mngt.Context context)
Method Detail

connectionStateChanged

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

waitRunning

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

connect

public boolean connect()

disconnect

public void disconnect()

perform

public org.w3c.dom.Document perform(org.w3c.dom.Document order)

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.