Uses of Interface
org.globus.ogsa.GridServiceCallback

Packages that use GridServiceCallback
org.globus.ogsa   
org.globus.ogsa.impl.core.admin   
org.globus.ogsa.impl.core.factory   
org.globus.ogsa.impl.core.logging   
org.globus.ogsa.impl.core.management   
org.globus.ogsa.impl.core.notification   
org.globus.ogsa.impl.core.ping   
org.globus.ogsa.impl.core.registry   
org.globus.ogsa.impl.core.service   
org.globus.ogsa.impl.ogsi   
org.globus.ogsa.impl.samples.any   
org.globus.ogsa.impl.samples.array   
org.globus.ogsa.impl.samples.callback   
org.globus.ogsa.impl.samples.chat   
org.globus.ogsa.impl.samples.counter.basic   
org.globus.ogsa.impl.samples.counter.generate   
org.globus.ogsa.impl.samples.counter.logging   
org.globus.ogsa.impl.samples.counter.notification   
org.globus.ogsa.impl.samples.counter.persistent   
org.globus.ogsa.impl.samples.counter.routable.local   
org.globus.ogsa.impl.samples.counter.routable.master   
org.globus.ogsa.impl.samples.counter.secure   
org.globus.ogsa.impl.samples.exception   
org.globus.ogsa.impl.samples.google   
org.globus.ogsa.impl.samples.notification   
org.globus.ogsa.impl.samples.servicedata   
org.globus.ogsa.impl.samples.weather   
org.globus.ogsa.impl.security.authentication   
org.globus.ogsa.impl.security.authentication.service   
 

Uses of GridServiceCallback in org.globus.ogsa
 

Subinterfaces of GridServiceCallback in org.globus.ogsa
 interface GridServiceBase
          The GridServiceBase interface defines the methods that need to be supported by all Grid service implementations.
 interface PersistentGridServiceBase
          Deprecated. No longer used. Use GridServiceBase instead.
 interface PersistentGridServiceCallback
          Deprecated. No longer used. Use GridServiceCallback instead.
 

Uses of GridServiceCallback in org.globus.ogsa.impl.core.admin
 

Classes in org.globus.ogsa.impl.core.admin that implement GridServiceCallback
 class AdminServiceImpl
          This class implements a way to do a clean shutdown of a standalone service container
 

Uses of GridServiceCallback in org.globus.ogsa.impl.core.factory
 

Classes in org.globus.ogsa.impl.core.factory that implement GridServiceCallback
 class EJBHomeFactoryProvider
          This is the base class of EJB Home Services.
 

Uses of GridServiceCallback in org.globus.ogsa.impl.core.logging
 

Classes in org.globus.ogsa.impl.core.logging that implement GridServiceCallback
 class OgsiLogging
          This is the GRID service primary touch point.
 

Uses of GridServiceCallback in org.globus.ogsa.impl.core.management
 

Classes in org.globus.ogsa.impl.core.management that implement GridServiceCallback
 class OgsiManagement
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.core.notification
 

Classes in org.globus.ogsa.impl.core.notification that implement GridServiceCallback
 class JMSAdapter
          This class connects the Java Messaging Service to the OGSA notification system.
 

Uses of GridServiceCallback in org.globus.ogsa.impl.core.ping
 

Classes in org.globus.ogsa.impl.core.ping that implement GridServiceCallback
 class PingServiceImpl
          This class implements a way to detect whether a container is alive and well
 

Uses of GridServiceCallback in org.globus.ogsa.impl.core.registry
 

Classes in org.globus.ogsa.impl.core.registry that implement GridServiceCallback
 class ContainerRegistryImpl
          This class implements a registry for all services in a container
 class RegistryPublishProvider
          This operation provider allows services to add themselves to remote ServiceGroups, and maintain their entries there.
 

Uses of GridServiceCallback in org.globus.ogsa.impl.core.service
 

Classes in org.globus.ogsa.impl.core.service that implement GridServiceCallback
 class EJBServiceImpl
          This is the base class for all EJB delegation skeletons.
 

Uses of GridServiceCallback in org.globus.ogsa.impl.ogsi
 

Classes in org.globus.ogsa.impl.ogsi that implement GridServiceCallback
 class DynamicFactoryLifecycleCallbackImpl
           
 class FactoryProvider
          Implementation of the Factory PortType.
 class GridServiceImpl
          Base class that all grid services extend.
 class HandleResolverImpl
          Implements a handle resolver to get a new updated GSR for a handle
 class NotificationSourceProvider
          Notification source implementation used to subscribe and notify a collection of external sinks
 class NotificationSubscriptionImpl
           
 class PersistentGridServiceImpl
          Deprecated. No longer used. Use GridServiceImpl and set "persistent" parameter to "true" in the service deployment descriptor.
 class ServiceGroupEntryImpl
           
 class ServiceGroupRegistrationProvider
          Implements the ogsi service group registration operations
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.any
 

Classes in org.globus.ogsa.impl.samples.any that implement GridServiceCallback
 class AnyImpl
           
 class CreationImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.array
 

Classes in org.globus.ogsa.impl.samples.array that implement GridServiceCallback
 class ArraySampleServiceImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.callback
 

Classes in org.globus.ogsa.impl.samples.callback that implement GridServiceCallback
 class ProviderCallbackRecorder
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.chat
 

Classes in org.globus.ogsa.impl.samples.chat that implement GridServiceCallback
 class ChatImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.counter.basic
 

Classes in org.globus.ogsa.impl.samples.counter.basic that implement GridServiceCallback
 class CounterImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.counter.generate
 

Classes in org.globus.ogsa.impl.samples.counter.generate that implement GridServiceCallback
 class GenerateCounterImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.counter.logging
 

Classes in org.globus.ogsa.impl.samples.counter.logging that implement GridServiceCallback
 class CounterLoggingImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.counter.notification
 

Classes in org.globus.ogsa.impl.samples.counter.notification that implement GridServiceCallback
 class CounterNotificationImpl
           
 class CounterNotificationServiceDataImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.counter.persistent
 

Classes in org.globus.ogsa.impl.samples.counter.persistent that implement GridServiceCallback
 class PersistentCounterImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.counter.routable.local
 

Classes in org.globus.ogsa.impl.samples.counter.routable.local that implement GridServiceCallback
 class LocalCounterImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.counter.routable.master
 

Classes in org.globus.ogsa.impl.samples.counter.routable.master that implement GridServiceCallback
 class MasterCounterFactory
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.counter.secure
 

Classes in org.globus.ogsa.impl.samples.counter.secure that implement GridServiceCallback
 class SoapSecureCounterImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.exception
 

Classes in org.globus.ogsa.impl.samples.exception that implement GridServiceCallback
 class ExceptionImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.google
 

Classes in org.globus.ogsa.impl.samples.google that implement GridServiceCallback
 class GoogleImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.notification
 

Classes in org.globus.ogsa.impl.samples.notification that implement GridServiceCallback
 class SinkListenerImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.servicedata
 

Classes in org.globus.ogsa.impl.samples.servicedata that implement GridServiceCallback
 class ServiceDataImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.samples.weather
 

Classes in org.globus.ogsa.impl.samples.weather that implement GridServiceCallback
 class WeatherImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.security.authentication
 

Classes in org.globus.ogsa.impl.security.authentication that implement GridServiceCallback
 class SecureNotificationSourceProvider
           
 class SecureNotificationSubscriptionImpl
           
 

Uses of GridServiceCallback in org.globus.ogsa.impl.security.authentication.service
 

Classes in org.globus.ogsa.impl.security.authentication.service that implement GridServiceCallback
 class AuthenticationServiceImpl
          This is used by the services to establish a security context.
 



Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.