Uses of Interface
org.scrashmeow.ojb.console.service.ObjectService

Packages that use ObjectService
org.scrashmeow.ojb.console.service Provides the classes that define services for the web application. 
 

Uses of ObjectService in org.scrashmeow.ojb.console.service
 

Classes in org.scrashmeow.ojb.console.service that implement ObjectService
 class ObjectServiceBrokerImpl
          The Object Service Persitent Broker Implementation.
 

Methods in org.scrashmeow.ojb.console.service that return ObjectService
 ObjectService ServiceFactoryImpl.createObjectService()
          Method createObjectService @add-javadoc!!!
 ObjectService ServiceFactory.createObjectService()
          Method createObjectService @add-javadoc!!!
 ObjectService ApplicationServiceActionServletImpl.getObjectService()
          Returns the object service which provides an abstraction for OJB persistence
 ObjectService ApplicationService.getObjectService()
          Returns the object service which provides an abstraction for OJB persistence
 

Methods in org.scrashmeow.ojb.console.service with parameters of type ObjectService
 void ApplicationServiceActionServletImpl.setObjectService(ObjectService objectService)
          Sets the objectService.
 



Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.