|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractBaseManager | |
| org.apache.torque | |
| org.apache.torque.avalon | Avalon component implementation. |
| Uses of AbstractBaseManager in org.apache.torque |
| Methods in org.apache.torque that return AbstractBaseManager | |
static AbstractBaseManager |
Torque.getManager(java.lang.String name)
This method returns a Manager for the given name. |
static AbstractBaseManager |
Torque.getManager(java.lang.String name,
java.lang.String defaultClassName)
This methods returns either the Manager from the configuration file, or the default one provided by the generated code. |
AbstractBaseManager |
TorqueInstance.getManager(java.lang.String name)
This method returns a Manager for the given name. |
AbstractBaseManager |
TorqueInstance.getManager(java.lang.String name,
java.lang.String defaultClassName)
This methods returns either the Manager from the configuration file, or the default one provided by the generated code. |
| Uses of AbstractBaseManager in org.apache.torque.avalon |
| Methods in org.apache.torque.avalon that return AbstractBaseManager | |
AbstractBaseManager |
TorqueComponent.getManager(java.lang.String name)
This method returns a Manager for the given name. |
AbstractBaseManager |
TorqueComponent.getManager(java.lang.String name,
java.lang.String defaultClassName)
This methods returns either the Manager from the configuration file, or the default one provided by the generated code. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||