Uses of Class
org.gridforum.ogsi.ServiceNotDestroyedFaultType

Packages that use ServiceNotDestroyedFaultType
org.globus.ogsa.core.admin   
org.globus.ogsa.core.admin.bindings   
org.globus.ogsa.core.logging   
org.globus.ogsa.core.logging.bindings   
org.globus.ogsa.core.management   
org.globus.ogsa.core.management.bindings   
org.globus.ogsa.core.notification   
org.globus.ogsa.core.notification.bindings   
org.globus.ogsa.core.ping   
org.globus.ogsa.core.ping.bindings   
org.globus.ogsa.impl.core.management   
org.globus.ogsa.impl.core.notification   
org.globus.ogsa.impl.core.service   
org.globus.ogsa.impl.ogsi   
org.globus.ogsa.samples.chat   
org.globus.ogsa.samples.chat.bindings   
org.globus.ogsa.samples.counter   
org.globus.ogsa.samples.counter.bindings   
org.globus.ogsa.samples.counter.notification   
org.globus.ogsa.samples.counter.notification.bindings   
org.globus.ogsa.samples.counter.routable   
org.globus.ogsa.samples.counter.routable.bindings   
org.globus.ogsa.samples.notification   
org.globus.ogsa.samples.notification.bindings   
org.globus.ogsa.samples.servicedata   
org.globus.ogsa.samples.servicedata.bindings   
org.gridforum.ogsa.samples.ogsi   
org.gridforum.ogsa.samples.ogsi.bindings   
org.gridforum.ogsi   
org.gridforum.ogsi.bindings   
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.core.admin
 

Methods in org.globus.ogsa.core.admin that throw ServiceNotDestroyedFaultType
 void AdminServicePortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.core.admin.bindings
 

Methods in org.globus.ogsa.core.admin.bindings that throw ServiceNotDestroyedFaultType
 void AdminSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.core.logging
 

Methods in org.globus.ogsa.core.logging that throw ServiceNotDestroyedFaultType
 void OgsiLoggingPortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.core.logging.bindings
 

Methods in org.globus.ogsa.core.logging.bindings that throw ServiceNotDestroyedFaultType
 void OgsiLoggingSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.core.management
 

Methods in org.globus.ogsa.core.management that throw ServiceNotDestroyedFaultType
 void OgsiManagementPortType.endService(HandleType aHandle)
           
 void OgsiManagementPortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.core.management.bindings
 

Methods in org.globus.ogsa.core.management.bindings that throw ServiceNotDestroyedFaultType
 void OgsiManagementSOAPBindingStub.endService(HandleType aHandle)
           
 void OgsiManagementSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.core.notification
 

Methods in org.globus.ogsa.core.notification that throw ServiceNotDestroyedFaultType
 void JMSAdapterPortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.core.notification.bindings
 

Methods in org.globus.ogsa.core.notification.bindings that throw ServiceNotDestroyedFaultType
 void JMSAdapterSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.core.ping
 

Methods in org.globus.ogsa.core.ping that throw ServiceNotDestroyedFaultType
 void PingServicePortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.core.ping.bindings
 

Methods in org.globus.ogsa.core.ping.bindings that throw ServiceNotDestroyedFaultType
 void PingSOAPBindingStub.destroy()
           
 

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

Methods in org.globus.ogsa.impl.core.management that throw ServiceNotDestroyedFaultType
 void OgsiManagement.endService(HandleType aHandle)
          endService End a service via normal termination using destroy(), allowing the service to perform any required cleanup.
 

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

Methods in org.globus.ogsa.impl.core.notification that throw ServiceNotDestroyedFaultType
 void JMSAdapter.destroy()
           
 

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

Methods in org.globus.ogsa.impl.core.service that throw ServiceNotDestroyedFaultType
 void EJBServiceImpl.destroy()
           
 

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

Methods in org.globus.ogsa.impl.ogsi that throw ServiceNotDestroyedFaultType
 void GridServiceImpl.destroy()
          Destroys the service.
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.chat
 

Methods in org.globus.ogsa.samples.chat that throw ServiceNotDestroyedFaultType
 void Chat.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.chat.bindings
 

Methods in org.globus.ogsa.samples.chat.bindings that throw ServiceNotDestroyedFaultType
 void ChatSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.counter
 

Methods in org.globus.ogsa.samples.counter that throw ServiceNotDestroyedFaultType
 void CounterPortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.counter.bindings
 

Methods in org.globus.ogsa.samples.counter.bindings that throw ServiceNotDestroyedFaultType
 void CounterSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.counter.notification
 

Methods in org.globus.ogsa.samples.counter.notification that throw ServiceNotDestroyedFaultType
 void NotificationCounterPortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.counter.notification.bindings
 

Methods in org.globus.ogsa.samples.counter.notification.bindings that throw ServiceNotDestroyedFaultType
 void NotificationCounterSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.counter.routable
 

Methods in org.globus.ogsa.samples.counter.routable that throw ServiceNotDestroyedFaultType
 void RoutableCounterPortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.counter.routable.bindings
 

Methods in org.globus.ogsa.samples.counter.routable.bindings that throw ServiceNotDestroyedFaultType
 void RoutableCounterSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.notification
 

Methods in org.globus.ogsa.samples.notification that throw ServiceNotDestroyedFaultType
 void SinkListenerPortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.notification.bindings
 

Methods in org.globus.ogsa.samples.notification.bindings that throw ServiceNotDestroyedFaultType
 void SinkListenerSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.servicedata
 

Methods in org.globus.ogsa.samples.servicedata that throw ServiceNotDestroyedFaultType
 void ServiceDataPortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.globus.ogsa.samples.servicedata.bindings
 

Methods in org.globus.ogsa.samples.servicedata.bindings that throw ServiceNotDestroyedFaultType
 void ServiceDataSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.gridforum.ogsa.samples.ogsi
 

Methods in org.gridforum.ogsa.samples.ogsi that throw ServiceNotDestroyedFaultType
 void TestServiceGroupPortType.destroy()
           
 void TestNotificationPortType.destroy()
           
 void TestAllPortType.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.gridforum.ogsa.samples.ogsi.bindings
 

Methods in org.gridforum.ogsa.samples.ogsi.bindings that throw ServiceNotDestroyedFaultType
 void OGSIServiceGroupServiceSOAPBindingStub.destroy()
           
 void OGSINotificationServiceSOAPBindingStub.destroy()
           
 void OGSIAllServiceSOAPBindingStub.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.gridforum.ogsi
 

Methods in org.gridforum.ogsi that throw ServiceNotDestroyedFaultType
 void ServiceGroupRegistrationNotification.destroy()
           
 void NotificationFactory.destroy()
           
 void FactoryServiceGroup.destroy()
           
 void ServiceGroupEntry.destroy()
           
 void ServiceGroupRegistration.destroy()
           
 void ServiceGroup.destroy()
           
 void NotificationSubscription.destroy()
           
 void NotificationSource.destroy()
           
 void HandleResolver.destroy()
           
 void GridService.destroy()
           
 void Factory.destroy()
           
 

Uses of ServiceNotDestroyedFaultType in org.gridforum.ogsi.bindings
 

Methods in org.gridforum.ogsi.bindings that throw ServiceNotDestroyedFaultType
 void ServiceGroupRegistrationServiceSOAPBindingStub.destroy()
           
 void NotificationFactoryServiceSOAPBindingStub.destroy()
           
 void FactoryServiceGroupServiceSOAPBindingStub.destroy()
           
 void ServiceGroupSOAPBindingStub.destroy()
           
 void ServiceGroupRegistrationSOAPBindingStub.destroy()
           
 void ServiceGroupEntrySOAPBindingStub.destroy()
           
 void NotificationSubscriptionSOAPBindingStub.destroy()
           
 void NotificationSourceSOAPBindingStub.destroy()
           
 void HandleResolverSOAPBindingStub.destroy()
           
 void GridServiceSOAPBindingStub.destroy()
           
 void FactorySOAPBindingStub.destroy()
           
 



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