Uses of Interface
nu.zoom.ldap.eon.connection.Connection

Packages that use Connection
nu.zoom.ldap.eon.connection   
nu.zoom.ldap.eon.connection.password   
 

Uses of Connection in nu.zoom.ldap.eon.connection
 

Subinterfaces of Connection in nu.zoom.ldap.eon.connection
 interface EditableConnection
           
 

Methods in nu.zoom.ldap.eon.connection that return Connection
 Connection[] ConnectionFactory.listConnections()
          Get all connections this factory handles.
 

Methods in nu.zoom.ldap.eon.connection with parameters of type Connection
 void AbstractConnectionFactory.addConnection(Connection connection)
          Add a new connection to the list of connections.
 void AbstractConnectionFactory.connectionChanged(Connection connection)
          A connection has had its data changed.
 void ConnectionFactoryListener.connectionDataChanged(Connection connection)
          The data for a connection has changed.
 void ConnectionMenuChangeHandler.connectionDataChanged(Connection connection)
           
 void ConnectionListener.connectionInformationChanged(Connection conn)
           
 void ConnectionFactoryListener.createdConnection(Connection connection)
          A new connection was created.
 void ConnectionMenuChangeHandler.createdConnection(Connection connection)
           
protected abstract  void AbstractConnectionFactory.delegateAddConnection(Connection connection)
          Subclasses should add the connection to the list of connections.
protected abstract  void AbstractConnectionFactory.delegateConnectionChanged(Connection connection)
          Subclasses should rememeber the new connection data.
protected abstract  void AbstractConnectionFactory.delegateRemoveConnection(Connection connection)
          Subclasses should remove the connection from the connection list.
 JComponent ConnectionEditor.editConnection(Connection connection)
          Create an editor for the given connection.
protected  void AbstractConnectionFactory.fireConnectionAdded(Connection connection)
          Informs listeners that a connection has been added.
protected  void AbstractConnectionFactory.fireConnectionChanged(Connection connection)
          Informs listeners that a connection has changed.
 void AbstractConnectionFactory.removeConnection(Connection connection)
          Removes the connection (by delegating to a subclass implementation) and informs the listeners that the connection has been removed.
 void ConnectionFactory.removeConnection(Connection connection)
          Delete a connection.
 

Constructors in nu.zoom.ldap.eon.connection with parameters of type Connection
ConnectAction(Workbench workbench, org.ops4j.gaderian.Messages messages, Connection connection, ComponentFactory componentFactory, OperationManager operationManager)
           
ConnectOperation(Workbench workbench, org.ops4j.gaderian.Messages messages, Connection connection, ComponentFactory componentFactory)
          Create a new connection operation.
DeleteConnectionAction(org.ops4j.gaderian.Messages messages, Workbench workbench, ConnectionFactory connectionFactory, Connection connection)
           
EditConnectionAction(Workbench workbench, org.ops4j.gaderian.Messages messages, ConnectionFactory connectionFactory, Connection connection)
          Action that instructs a connection factory to edit a connection.
 

Uses of Connection in nu.zoom.ldap.eon.connection.password
 

Classes in nu.zoom.ldap.eon.connection.password that implement Connection
 class AnonymousConnection
           
 class UserConnection
           
 class UserPasswordConnection
           
 

Methods in nu.zoom.ldap.eon.connection.password that return Connection
 Connection[] PasswordConnectionFactory.listConnections()
           
 

Methods in nu.zoom.ldap.eon.connection.password with parameters of type Connection
protected  void PasswordConnectionFactory.delegateAddConnection(Connection connection)
           
protected  void PasswordConnectionFactory.delegateConnectionChanged(Connection connection)
           
protected  void PasswordConnectionFactory.delegateRemoveConnection(Connection connection)
           
 JComponent PasswordConnectionEditor.editConnection(Connection connection)
           
 



Copyright © 2011. All Rights Reserved.