Uses of Class
org.globus.ogsa.impl.core.service.ServicePropertiesImpl

Packages that use ServicePropertiesImpl
org.globus.ogsa.client   
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.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.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 ServicePropertiesImpl in org.globus.ogsa.client
 

Subclasses of ServicePropertiesImpl in org.globus.ogsa.client
 class NotificationSink
           
 class NotificationTopicListener
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.core.admin
 class AdminServiceImpl
          This class implements a way to do a clean shutdown of a standalone service container
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.core.factory
 class EJBHomeFactoryProvider
          This is the base class of EJB Home Services.
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.core.logging
 class OgsiLogging
          This is the GRID service primary touch point.
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.core.management
 class OgsiManagement
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.core.notification
 class JMSAdapter
          This class connects the Java Messaging Service to the OGSA notification system.
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.core.ping
 class PingServiceImpl
          This class implements a way to detect whether a container is alive and well
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.core.registry
 class ContainerRegistryImpl
          This class implements a registry for all services in a container
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.core.service
 class EJBServiceImpl
          This is the base class for all EJB delegation skeletons.
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.ogsi
 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 NotificationSubscriptionImpl
           
 class PersistentGridServiceImpl
          Deprecated. No longer used. Use GridServiceImpl and set "persistent" parameter to "true" in the service deployment descriptor.
 class ServiceGroupEntryImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.any
 class AnyImpl
           
 class CreationImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.array
 class ArraySampleServiceImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.chat
 class ChatImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.counter.basic
 class CounterImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.counter.generate
 class GenerateCounterImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.counter.logging
 class CounterLoggingImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.counter.notification
 class CounterNotificationImpl
           
 class CounterNotificationServiceDataImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.counter.persistent
 class PersistentCounterImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.counter.routable.local
 class LocalCounterImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.counter.secure
 class SoapSecureCounterImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.exception
 class ExceptionImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.google
 class GoogleImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.notification
 class SinkListenerImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.servicedata
 class ServiceDataImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.samples.weather
 class WeatherImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.security.authentication
 class SecureNotificationSubscriptionImpl
           
 

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

Subclasses of ServicePropertiesImpl in org.globus.ogsa.impl.security.authentication.service
 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.