nu.zoom.ldap.eon.connection
Class ConnectOperation

java.lang.Object
  extended by nu.zoom.ldap.eon.connection.ConnectOperation
All Implemented Interfaces:
Operation

public class ConnectOperation
extends Object
implements Operation

Operation to connect to a directory. Instantiate this class then pass it to the operation manager.

Version:
$Revision$
Author:
$Author$
See Also:
OperationManager.runOperation(Operation)

Constructor Summary
ConnectOperation(Workbench workbench, org.ops4j.gaderian.Messages messages, Connection connection, ComponentFactory componentFactory)
          Create a new connection operation.
 
Method Summary
 void execute()
          Do not call this method directly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectOperation

public ConnectOperation(Workbench workbench,
                        org.ops4j.gaderian.Messages messages,
                        Connection connection,
                        ComponentFactory componentFactory)
Create a new connection operation.

Parameters:
workbench -
messages -
connection -
componentFactory -
Method Detail

execute

public void execute()
Do not call this method directly. This method is called by the operation manager.

Specified by:
execute in interface Operation
See Also:
OperationManager.runOperation(Operation)


Copyright © 2011. All Rights Reserved.