Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.enhydra.servlet.connectionMethods.ConnectionMethod

Uses of ConnectionMethod in org.enhydra.servlet.connectionMethods
 

Classes in org.enhydra.servlet.connectionMethods that implement ConnectionMethod
 class StandardConnectionMethod
          This is a sample implementation of a ConnectionMethod.
 

Fields in org.enhydra.servlet.connectionMethods declared as ConnectionMethod
(package private)  ConnectionMethod ConnectionMethodManager.TableEntry.cm
           
 

Methods in org.enhydra.servlet.connectionMethods that return ConnectionMethod
 ConnectionMethod ConnectionMethodManager.get(java.lang.String connectionID)
          Look up a ConnectionMethod from the set, by its identifier string.
 

Methods in org.enhydra.servlet.connectionMethods with parameters of type ConnectionMethod
 boolean StandardConnectionMethod.equivalent(ConnectionMethod compareObject)
          Compares the connection specific attributes for equivalency
 void ConnectionMethodManager.add(java.lang.String connectionID, ConnectionMethod cm)
          Add a ConnectionMethod to the set.
 boolean ConnectionMethod.equivalent(ConnectionMethod compareObject)
          Compares the connection specific attributes for equivalency