|
|||||||||
| Home >> All >> org >> enhydra >> servlet >> [ connectionMethods overview ] | PREV NEXT | ||||||||
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 |
|
|||||||||
| Home >> All >> org >> enhydra >> servlet >> [ connectionMethods overview ] | PREV NEXT | ||||||||