|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GridServiceException in org.globus.ogsa |
Subclasses of GridServiceException in org.globus.ogsa | |
class |
ServicePropertiesException
The ServiceProperties exception is thrown when there was a
problem performing a method on the ServiceProperties interface |
class |
TopicAlreadyExistsException
The TopicAlreadyExists exception is thrown if there was an
attempt to add an already existing topic to a
NotificationProvider |
class |
WSDLException
The WSDLException is thrown when there was a problem with the
WSDL exposed by a Grid service. |
Methods in org.globus.ogsa that throw GridServiceException | |
void |
ServiceLifecycleMonitorImpl.create(GridContext context)
|
void |
ServiceLifecycleMonitorImpl.preSerializationCall(GridContext context)
|
void |
ServiceLifecycleMonitorImpl.preCall(GridContext context)
|
void |
ServiceLifecycleMonitorImpl.postCall(GridContext context)
|
void |
ServiceLifecycleMonitorImpl.postSerializationCall(GridContext context)
|
void |
ServiceLifecycleMonitorImpl.destroy(GridContext context)
|
void |
NotificationProvider.addTopic(java.lang.String topicID,
javax.xml.namespace.QName messageType)
|
void |
NotificationProvider.addTopic(javax.xml.namespace.QName topic,
javax.xml.namespace.QName messageType)
|
java.lang.String |
NotificationProvider.addSubscription(ExtensibilityType subscriptionExpression,
HandleType handle)
|
void |
PersistentGridServiceCallback.postPersistentCreate(GridContext context)
Deprecated. called when postCreate has completed in the persistent Grid service |
static void |
ServiceGroupEntryGenerator.updateServiceData(java.util.Collection services,
GridServiceBase base)
adds a collection of services ( ServiceProperties ) to the
ServiceDataSet of a Grid service after converting them
to a collection of EntryType service data |
static void |
ServiceGroupEntryGenerator.updateServiceData(java.util.Iterator handles,
GridServiceBase base)
adds a collection of handles ( String s) to the
ServiceDataSet of a Grid service after converting them
to a collection of EntryType service data |
static void |
ServiceGroupEntryGenerator.updateServiceDataEntries(java.util.Collection entries,
GridServiceBase base)
adds a collection of EntryType s to the
ServiceDataSet of a Grid service |
static boolean |
ServiceGroupEntryGenerator.updateEntrySDE(ServiceData serviceData,
ServiceProperties properties,
boolean unbind)
Updates the Entry SDE value. |
static void |
WSDLGenerator.getWSDL(ServiceProperties properties)
generates the WSDL definition for a service and sets it in the ServiceProperties.WSDL property of the same
service |
static void |
WSDLGenerator.getInstanceWSDL(GridServiceBase properties)
generates the WSDL definition for the instances created by a service and sets it in the ServiceProperties.INSTANCE_WSDL property of
the same service. |
static void |
WSDLGenerator.getWSDL(java.lang.String wsdlPath,
java.lang.String servicePath,
ServiceProperties properties)
generates the WSDL definition for a service and sets it in the ServiceProperties.WSDL property of the same
service |
void |
FactoryCallback.initialize(GridServiceBase base)
associates this object with its GridServiceBase service. |
GridServiceBase |
FactoryCallback.createServiceObject(ExtensibilityType creationParameters,
ExtensibilityTypeHolder extensibilityOutput)
creates a new Grid service instance that implements the GridServiceBase |
void |
DestroyListener.notifyDestroy(java.lang.String path)
Callback to be implemented by listeners to recieve notification that an instance has been destroyed. |
void |
ServiceLifecycleMonitor.create(GridContext context)
called when a service is created |
void |
ServiceLifecycleMonitor.preSerializationCall(GridContext context)
called before the service input parameters have been deserialized |
void |
ServiceLifecycleMonitor.preCall(GridContext context)
called before the service is invoked |
void |
ServiceLifecycleMonitor.postCall(GridContext context)
called after the service has been invoked, not if exception is thrown however |
void |
ServiceLifecycleMonitor.postSerializationCall(GridContext context)
called after the service input parameters have been deserialized |
void |
ServiceLifecycleMonitor.destroy(GridContext context)
called when the service is destroyed |
void |
OperationProvider.initialize(GridServiceBase serviceBase)
Called when the operation provider is added to a grid service. |
void |
GridServiceCallback.preCreate(GridServiceBase base)
Called when a service object is created. |
void |
GridServiceCallback.postCreate(GridContext context)
Called when a service has been created and all of its configuration has been set up. |
void |
GridServiceCallback.activate(GridContext context)
Called when a service becomes active after having been deactivated. |
void |
GridServiceCallback.deactivate(GridContext context)
Called just before a service gets deactivated. |
void |
GridServiceCallback.preDestroy(GridContext context)
Called just before a service gets destroyed. |
void |
GridServiceBase.addOperationProvider(OperationProvider provider)
Adds a new operation provider to this service. |
org.apache.axis.message.MessageElement[] |
ServiceData.externalizeMessage()
gets an unwrapped any (SOAP Element) representaion of this service data element collection |
org.w3c.dom.Element[] |
ServiceData.externalizeElement()
gets DOM Element representaions of this service data element collection |
java.lang.String[] |
ServiceData.externalizeString()
gets XML string representaions of this service data element collection |
ServiceData |
ServiceDataSet.create(java.lang.String name)
Creates a service data element with local name name. |
ServiceData |
ServiceDataSet.create(javax.xml.namespace.QName qname)
Creates a service data element with qualified name qname. |
void |
ServiceDataSet.add(ServiceData serviceData)
Adds a service data element to the set and makes it available to queries and subscriptions |
javax.xml.namespace.QName |
ServiceDataSet.checkMatching(javax.xml.namespace.QName name)
If the name is a local name without a namespace, a matching qualified name with the same local name is returned. |
ServiceData |
ServiceDataSet.get(java.lang.String name)
|
ServiceData |
ServiceDataSet.get(javax.xml.namespace.QName name)
|
void |
ServiceDataSet.delete(java.lang.String name)
|
void |
ServiceDataSet.delete(javax.xml.namespace.QName name)
|
ServiceData |
ServiceDataSet.remove(java.lang.String name)
|
ServiceData |
ServiceDataSet.remove(javax.xml.namespace.QName name)
|
java.lang.Object |
GridLocator.getServicePort(java.net.URL url)
creates a proxy for a particular endpoint URL |
java.lang.Object |
GridLocator.getServicePort(HandleType handle)
creates a proxy for a particular handle (which is inspected and resolved into a GSR) |
java.lang.Object |
GridLocator.getServicePort(LocatorType locator)
creates a proxy using an OGSI LocatorType (the return parameter of an OGSI Factory createService call). |
Uses of GridServiceException in org.globus.ogsa.client |
Constructors in org.globus.ogsa.client that throw GridServiceException | |
NotificationTopicListener(NotificationSinkManager manager,
javax.xml.namespace.QName[] topics,
java.lang.String source)
|
|
NotificationSinkNotifyer(java.lang.String handle)
|
Uses of GridServiceException in org.globus.ogsa.client.managers |
Methods in org.globus.ogsa.client.managers that throw GridServiceException | |
java.lang.String |
SecureNotificationSinkManager.addListener(javax.xml.namespace.QName[] subscriptionName,
java.util.Calendar timeout,
HandleType sourceHandle,
NotificationSinkCallback callback)
|
void |
GSINotificationSinkManager.startListening(boolean isMainThread)
|
void |
GSINotificationSinkManager.stopListening()
|
java.lang.String |
NotificationSinkManager.addSink(NotificationSinkCallback callback)
|
java.lang.String |
NotificationSinkManager.addSink(NotificationSinkCallback callback,
java.lang.Object id)
|
void |
NotificationSinkManager.removeSink(java.lang.String sink)
|
NotificationSubscription |
NotificationSinkManager.getSubscriptionService(java.lang.String subscriptionID)
|
java.lang.String |
NotificationSinkManager.addListener(java.lang.String serviceData,
java.util.Calendar timeout,
HandleType sourceHandle,
NotificationSinkCallback callback)
Subscribes to a service data entry of the specified service to receive notifications of the SDE state change. |
java.lang.String |
NotificationSinkManager.addListener(javax.xml.namespace.QName serviceData,
java.util.Calendar timeout,
HandleType sourceHandle,
NotificationSinkCallback callback)
Subscribes to a service data entry of the specified service to receive notifications of the SDE state change. |
java.lang.String |
NotificationSinkManager.addListener(javax.xml.namespace.QName[] serviceData,
java.util.Calendar timeout,
HandleType sourceHandle,
NotificationSinkCallback callback)
Subscribes to a set of service data entries of the specified service to receive notifications of the SDEs state change. |
java.lang.String |
NotificationSinkManager.addListener(javax.xml.namespace.QName[] serviceData,
java.util.Calendar timeout,
HandleType sourceHandle,
NotificationSinkCallback callback,
ExtensibilityType subscriptionExpression)
Deprecated. Use addListener() instead. |
java.lang.String |
NotificationSinkManager.addListener(java.util.Calendar timeout,
HandleType sourceHandle,
NotificationSinkCallback callback,
ExtensibilityType subscriptionExpression)
Subscribes to a set of service data entries of the specified service to receive notifications of the SDEs state change. |
void |
NotificationSinkManager.removeListener(java.lang.String subscriptionID)
Unsubscribes a notification sink. |
void |
NotificationSinkManager.startListening(boolean isMainThread)
|
void |
NotificationSinkManager.startListening()
|
void |
NotificationSinkManager.stopListening()
|
Uses of GridServiceException in org.globus.ogsa.client.reflection |
Methods in org.globus.ogsa.client.reflection that throw GridServiceException | |
static boolean |
ReflectionUtils.isGWSDLPortTypeImported(org.w3c.dom.Document wsdlDocument,
javax.xml.namespace.QName basePortTypeCandidateName)
|
void |
DynamicInvoker.setMethodName(java.lang.String methodName)
|
protected int |
DynamicInvoker.getMessageStyle()
|
Uses of GridServiceException in org.globus.ogsa.config |
Subclasses of GridServiceException in org.globus.ogsa.config | |
class |
ConfigException
|
Uses of GridServiceException in org.globus.ogsa.core.admin.service |
Methods in org.globus.ogsa.core.admin.service that throw GridServiceException | |
AdminServicePortType |
AdminServiceGridLocator.getAdminPort(HandleType handle)
|
AdminServicePortType |
AdminServiceGridLocator.getAdminPort(LocatorType locator)
|
AdminServicePortType |
AdminServiceGridLocator.getAdminPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.core.logging.service |
Methods in org.globus.ogsa.core.logging.service that throw GridServiceException | |
OgsiLoggingPortType |
OgsiLoggingServiceGridLocator.getOgsiLoggingPort(HandleType handle)
|
OgsiLoggingPortType |
OgsiLoggingServiceGridLocator.getOgsiLoggingPort(LocatorType locator)
|
OgsiLoggingPortType |
OgsiLoggingServiceGridLocator.getOgsiLoggingPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.core.management.service |
Methods in org.globus.ogsa.core.management.service that throw GridServiceException | |
OgsiManagementPortType |
OgsiManagementServiceGridLocator.getOgsiManagementPort(HandleType handle)
|
OgsiManagementPortType |
OgsiManagementServiceGridLocator.getOgsiManagementPort(LocatorType locator)
|
OgsiManagementPortType |
OgsiManagementServiceGridLocator.getOgsiManagementPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.core.notification.service |
Methods in org.globus.ogsa.core.notification.service that throw GridServiceException | |
JMSAdapterPortType |
JMSAdapterServiceGridLocator.getJMSAdapterPort(HandleType handle)
|
JMSAdapterPortType |
JMSAdapterServiceGridLocator.getJMSAdapterPort(LocatorType locator)
|
JMSAdapterPortType |
JMSAdapterServiceGridLocator.getJMSAdapterPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.core.ping.service |
Methods in org.globus.ogsa.core.ping.service that throw GridServiceException | |
PingServicePortType |
PingServiceGridLocator.getPingPort(HandleType handle)
|
PingServicePortType |
PingServiceGridLocator.getPingPort(LocatorType locator)
|
PingServicePortType |
PingServiceGridLocator.getPingPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.deployment |
Subclasses of GridServiceException in org.globus.ogsa.deployment | |
class |
DeploymentException
|
Uses of GridServiceException in org.globus.ogsa.encoding |
Methods in org.globus.ogsa.encoding that throw GridServiceException | |
static org.w3c.dom.Element |
ObjectSerializer.toElement(java.lang.Object obj)
|
static java.lang.String |
ObjectSerializer.toString(java.lang.Object obj)
|
static java.lang.Object |
ObjectSerializer.toObject(org.w3c.dom.Element element)
|
static java.lang.Object |
ObjectSerializer.toObject(org.w3c.dom.Element element,
java.lang.Class javaClass)
|
Constructors in org.globus.ogsa.encoding that throw GridServiceException | |
ObjectDeserializationContext(org.w3c.dom.Element element)
|
|
ObjectDeserializationContext(org.w3c.dom.Element element,
java.lang.Class javaClass)
|
Uses of GridServiceException in org.globus.ogsa.handlers |
Methods in org.globus.ogsa.handlers that throw GridServiceException | |
void |
PerformanceLifecycleHandler.preSerializationCall(GridContext context)
|
void |
PerformanceLifecycleHandler.preCall(GridContext context)
|
void |
PerformanceLifecycleHandler.postSerializationCall(GridContext context)
|
void |
PerformanceLifecycleHandler.postCall(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.core.admin |
Methods in org.globus.ogsa.impl.core.admin that throw GridServiceException | |
void |
AdminServiceImpl.postCreate(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.core.factory |
Methods in org.globus.ogsa.impl.core.factory that throw GridServiceException | |
void |
EJBHomeFactoryProvider.preCreate(GridServiceBase base)
|
void |
EJBHomeFactoryProvider.initialize(GridServiceBase base)
|
GridServiceBase |
EJBHomeFactoryProvider.createServiceObject(ExtensibilityType creation,
ExtensibilityTypeHolder extensibilityOutput)
|
void |
EJBFactoryCallback.initialize(GridServiceBase base)
|
GridServiceBase |
EJBFactoryCallback.createServiceObject(ExtensibilityType extensibility,
ExtensibilityTypeHolder extensibilityOutput)
|
Uses of GridServiceException in org.globus.ogsa.impl.core.handle |
Methods in org.globus.ogsa.impl.core.handle that throw GridServiceException | |
static java.lang.String |
HandleHelper.getHandle(java.lang.String servicePath,
ServiceProperties properties)
|
Uses of GridServiceException in org.globus.ogsa.impl.core.logging |
Methods in org.globus.ogsa.impl.core.logging that throw GridServiceException | |
void |
OgsiLogging.postCreate(GridContext context)
postCreate
Post Create state transition callback... |
void |
OgsiLogging.activate(GridContext context)
activate
Activate state transition callback... |
void |
OgsiLogging.deactivate(GridContext context)
deactivate
Deactivate state transition callback... |
void |
OgsiLogging.preDestroy(GridContext context)
|
void |
OgsiLogging.postPersistentCreate(GridContext context)
Initialize in postPersistentCreate |
Uses of GridServiceException in org.globus.ogsa.impl.core.management |
Methods in org.globus.ogsa.impl.core.management that throw GridServiceException | |
void |
OgsiManagement.postCreate(GridContext context)
postCreate
Post Create state transition callback... |
void |
OgsiManagement.activate(GridContext context)
activate
Activate state transition callback... |
void |
OgsiManagement.deactivate(GridContext context)
deactivate
Deactivate state transition callback... |
void |
OgsiManagement.preDestroy(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.core.notification |
Methods in org.globus.ogsa.impl.core.notification that throw GridServiceException | |
void |
JMSAdapter.postCreate(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.core.registry |
Methods in org.globus.ogsa.impl.core.registry that throw GridServiceException | |
void |
RegistryPublishProvider.initialize(GridServiceBase base)
|
void |
RegistryPublishProvider.postCreate(GridContext context)
|
void |
RegistryPublishProvider.preCreate(GridServiceBase base)
|
void |
RegistryPublishProvider.activate(GridContext context)
|
void |
RegistryPublishProvider.deactivate(GridContext context)
|
void |
RegistryPublishProvider.preDestroy(GridContext context)
|
void |
ContainerRegistryImpl.postCreate(GridContext context)
|
void |
ContainerRegistryImpl.deactivate(GridContext context)
|
void |
ContainerRegistryImpl.preDestroy(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.core.service |
Methods in org.globus.ogsa.impl.core.service that throw GridServiceException | |
void |
EJBServiceImpl.postCreate(GridContext context)
|
ServiceData |
ServiceDataSetImpl.create(java.lang.String name)
|
ServiceData |
ServiceDataSetImpl.create(javax.xml.namespace.QName name)
|
void |
ServiceDataSetImpl.add(ServiceData serviceData)
|
javax.xml.namespace.QName |
ServiceDataSetImpl.checkMatching(javax.xml.namespace.QName qname)
|
ServiceData |
ServiceDataSetImpl.get(java.lang.String name)
|
ServiceData |
ServiceDataSetImpl.get(javax.xml.namespace.QName name)
|
ServiceData |
ServiceDataSetImpl.remove(java.lang.String name)
|
ServiceData |
ServiceDataSetImpl.remove(javax.xml.namespace.QName name)
|
void |
ServiceDataSetImpl.delete(java.lang.String name)
|
void |
ServiceDataSetImpl.delete(javax.xml.namespace.QName name)
|
java.lang.Object |
ServiceLocator.getServicePort(java.net.URL endpointAddress)
|
java.lang.Object |
ServiceLocator.getServicePort(HandleType handle)
|
java.lang.Object |
ServiceLocator.getLocal(HandleType targetService)
|
java.lang.Object |
ServiceLocator.getLocal(java.lang.String path)
|
java.lang.Object |
ServiceLocator.getServicePort(LocatorType locator)
|
Uses of GridServiceException in org.globus.ogsa.impl.ogsi |
Methods in org.globus.ogsa.impl.ogsi that throw GridServiceException | |
protected void |
ServiceGroupRegistrationProvider.preAdd(LocatorTypeHolder serviceLocator,
ExtensibilityType content,
TerminationTimeType terminationTime)
|
protected void |
ServiceGroupRegistrationProvider.preRemove(EntryType entry)
|
void |
ServiceGroupRegistrationProvider.initialize(GridServiceBase serviceBase)
|
void |
ServiceGroupRegistrationProvider.preCreate(GridServiceBase base)
|
void |
ServiceGroupRegistrationProvider.postCreate(GridContext context)
|
void |
ServiceGroupRegistrationProvider.activate(GridContext context)
|
void |
ServiceGroupRegistrationProvider.deactivate(GridContext context)
|
void |
ServiceGroupRegistrationProvider.preDestroy(GridContext context)
|
void |
ServiceGroupProvider.initialize(GridServiceBase base)
|
void |
ServiceGroupEntryImpl.postCreate(GridContext context)
|
void |
ServiceGroupEntryImpl.preDestroy(GridContext context)
|
void |
NotificationSubscriptionImpl.postCreate(GridContext context)
|
void |
NotificationSubscriptionImpl.preDestroy(GridContext context)
|
void |
NotificationSubscriptionFactoryCallbackImpl.initialize(GridServiceBase base)
|
GridServiceBase |
NotificationSubscriptionFactoryCallbackImpl.createServiceObject(ExtensibilityType creation,
ExtensibilityTypeHolder extensibilityOutput)
|
void |
NotificationSourceProvider.preCreate(GridServiceBase base)
|
void |
NotificationSourceProvider.postCreate(GridContext context)
|
void |
NotificationSourceProvider.activate(GridContext context)
|
void |
NotificationSourceProvider.deactivate(GridContext context)
|
void |
NotificationSourceProvider.preDestroy(GridContext context)
|
void |
NotificationSourceProvider.initialize(GridServiceBase base)
|
java.lang.String |
NotificationSourceProvider.addSubscription(ExtensibilityType subscriptionExpression,
HandleType handle)
|
protected java.lang.Object |
NotificationSourceProvider.getSDEValue(java.util.Map cache,
javax.xml.namespace.QName sdeName)
|
void |
NotificationSourceProvider.addTopic(java.lang.String topic,
javax.xml.namespace.QName messageType)
|
void |
NotificationSourceProvider.addTopic(javax.xml.namespace.QName topic,
javax.xml.namespace.QName messageType)
|
java.util.Iterator |
NotificationSourceProvider.subscriptionServiceIterator(GridContext ctx)
|
void |
HandleResolverProvider.initialize(GridServiceBase serviceBase)
|
void |
HandleResolverImpl.postCreate(GridContext context)
|
void |
DynamicFactoryLifecycleCallbackImpl.preCreate(GridServiceBase base)
|
void |
DynamicFactoryLifecycleCallbackImpl.postCreate(GridContext context)
|
void |
DynamicFactoryLifecycleCallbackImpl.activate(GridContext context)
|
void |
DynamicFactoryLifecycleCallbackImpl.deactivate(GridContext context)
|
void |
DynamicFactoryLifecycleCallbackImpl.preDestroy(GridContext context)
|
void |
DynamicFactoryCallbackImpl.initialize(GridServiceBase base)
|
GridServiceBase |
DynamicFactoryCallbackImpl.createServiceObject(ExtensibilityType creation,
ExtensibilityTypeHolder extensibilityOutput)
|
void |
GridServiceImpl.addOperationProvider(OperationProvider provider)
Add an operation provider to this service. |
void |
GridServiceImpl.removeOperationProvider(OperationProvider provider)
Removes an operation provider from this service. |
void |
GridServiceImpl.preCreate(GridServiceBase factory)
|
void |
GridServiceImpl.postCreate(GridContext context)
|
void |
GridServiceImpl.activate(GridContext context)
|
void |
GridServiceImpl.deactivate(GridContext context)
|
void |
GridServiceImpl.preDestroy(GridContext context)
|
void |
PersistentGridServiceImpl.postCreate(GridContext context)
Deprecated. |
void |
PersistentGridServiceImpl.postPersistentCreate(GridContext context)
Deprecated. |
void |
FactoryProvider.initialize(GridServiceBase base)
|
GridServiceBase |
FactoryProvider.activateService(java.util.Calendar dateTime,
java.lang.String instanceID)
|
void |
FactoryProvider.notifyDestroy(java.lang.String service)
|
void |
FactoryProvider.deactivateInstance(java.lang.String service)
|
void |
FactoryProvider.preCreate(GridServiceBase base)
|
void |
FactoryProvider.postCreate(GridContext context)
|
void |
FactoryProvider.activate(GridContext context)
|
void |
FactoryProvider.deactivate(GridContext context)
|
void |
FactoryProvider.preDestroy(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.any |
Methods in org.globus.ogsa.impl.samples.any that throw GridServiceException | |
void |
CreationImpl.postCreate(GridContext context)
|
void |
AnyImpl.postCreate(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.callback |
Methods in org.globus.ogsa.impl.samples.callback that throw GridServiceException | |
void |
ProviderCallbackRecorder.initialize(GridServiceBase base)
|
void |
ProviderCallbackRecorder.preCreate(GridServiceBase base)
|
void |
ProviderCallbackRecorder.postCreate(GridContext context)
|
void |
ProviderCallbackRecorder.activate(GridContext context)
|
void |
ProviderCallbackRecorder.deactivate(GridContext context)
|
void |
ProviderCallbackRecorder.preDestroy(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.chat |
Methods in org.globus.ogsa.impl.samples.chat that throw GridServiceException | |
void |
ChatImpl.postCreate(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.counter.basic |
Methods in org.globus.ogsa.impl.samples.counter.basic that throw GridServiceException | |
void |
CounterImpl.postCreate(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.counter.delegation |
Methods in org.globus.ogsa.impl.samples.counter.delegation that throw GridServiceException | |
void |
CounterProvider.initialize(GridServiceBase base)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.counter.logging |
Methods in org.globus.ogsa.impl.samples.counter.logging that throw GridServiceException | |
void |
CounterLoggingImpl.preDestroy(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.counter.notification |
Methods in org.globus.ogsa.impl.samples.counter.notification that throw GridServiceException | |
void |
CounterNotificationServiceDataImpl.postCreate(GridContext context)
|
void |
CounterNotificationImpl.postCreate(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.counter.persistent |
Methods in org.globus.ogsa.impl.samples.counter.persistent that throw GridServiceException | |
void |
PersistentCounterImpl.postCreate(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.counter.routable.local |
Methods in org.globus.ogsa.impl.samples.counter.routable.local that throw GridServiceException | |
void |
LocalCounterImpl.postCreate(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.counter.routable.master |
Methods in org.globus.ogsa.impl.samples.counter.routable.master that throw GridServiceException | |
void |
MasterCounterFactory.initialize(GridServiceBase base)
|
GridServiceBase |
MasterCounterFactory.createServiceObject(ExtensibilityType creation,
ExtensibilityTypeHolder extensibilityOutput)
|
void |
MasterCounterFactory.preDestroy(GridContext context)
|
void |
MasterCounterFactory.postCreate(GridContext context)
|
void |
MasterCounterFactory.activate(GridContext context)
|
void |
MasterCounterFactory.deactivate(GridContext context)
|
void |
MasterCounterFactory.preCreate(GridServiceBase base)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.counter.secure |
Methods in org.globus.ogsa.impl.samples.counter.secure that throw GridServiceException | |
void |
SoapSecureCounterImpl.postCreate(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.notification |
Methods in org.globus.ogsa.impl.samples.notification that throw GridServiceException | |
void |
SinkListenerImpl.postCreate(GridContext context)
|
void |
SinkListenerImpl.preDestroy(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.samples.servicedata |
Methods in org.globus.ogsa.impl.samples.servicedata that throw GridServiceException | |
void |
ServiceDataImpl.postCreate(GridContext context)
|
Uses of GridServiceException in org.globus.ogsa.impl.security |
Subclasses of GridServiceException in org.globus.ogsa.impl.security | |
class |
SecurityException
|
Uses of GridServiceException in org.globus.ogsa.repository |
Subclasses of GridServiceException in org.globus.ogsa.repository | |
class |
ServiceActivationException
|
class |
ServiceLoaderException
|
Methods in org.globus.ogsa.repository that throw GridServiceException | |
void |
DefaultServiceDeactivator.create(GridContext context)
|
void |
DefaultServiceDeactivator.preCall(GridContext context)
|
void |
DefaultServiceDeactivator.postCall(GridContext context)
|
void |
DefaultServiceDeactivator.destroy(GridContext context)
|
void |
ServiceNode.deactivate(java.lang.String servicePath)
|
protected void |
ServiceNode.deactivateSub()
|
Uses of GridServiceException in org.globus.ogsa.router |
Methods in org.globus.ogsa.router that throw GridServiceException | |
static void |
ProxySetupHelper.setupProxy(ServiceProperties proxyService)
|
Uses of GridServiceException in org.globus.ogsa.samples.any.service |
Methods in org.globus.ogsa.samples.any.service that throw GridServiceException | |
AnyPortType |
AnyServiceGridLocator.getAnyPort(HandleType handle)
|
AnyPortType |
AnyServiceGridLocator.getAnyPort(LocatorType locator)
|
AnyPortType |
AnyServiceGridLocator.getAnyPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.ArraySample |
Methods in org.globus.ogsa.samples.ArraySample that throw GridServiceException | |
GridService |
ArraySampleServiceGridLocator.getGridServiceSOAPBindingPort(HandleType handle)
|
GridService |
ArraySampleServiceGridLocator.getGridServiceSOAPBindingPort(LocatorType locator)
|
GridService |
ArraySampleServiceGridLocator.getGridServiceSOAPBindingPort(java.net.URL url)
|
ArraySamplePortType |
ArraySampleServiceGridLocator.getArraySampleService(HandleType handle)
|
ArraySamplePortType |
ArraySampleServiceGridLocator.getArraySampleService(LocatorType locator)
|
ArraySamplePortType |
ArraySampleServiceGridLocator.getArraySampleService(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.chat.service |
Methods in org.globus.ogsa.samples.chat.service that throw GridServiceException | |
Chat |
ChatServiceGridLocator.getChatPort(HandleType handle)
|
Chat |
ChatServiceGridLocator.getChatPort(LocatorType locator)
|
Chat |
ChatServiceGridLocator.getChatPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.counter.encoded |
Methods in org.globus.ogsa.samples.counter.encoded that throw GridServiceException | |
EncodedCounterPortType |
EncodedCounterServiceGridLocator.getEncodedCounterPort(HandleType handle)
|
EncodedCounterPortType |
EncodedCounterServiceGridLocator.getEncodedCounterPort(LocatorType locator)
|
EncodedCounterPortType |
EncodedCounterServiceGridLocator.getEncodedCounterPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.counter.notification.service |
Methods in org.globus.ogsa.samples.counter.notification.service that throw GridServiceException | |
NotificationCounterPortType |
NotificationCounterServiceGridLocator.getNotificationCounterPort(HandleType handle)
|
NotificationCounterPortType |
NotificationCounterServiceGridLocator.getNotificationCounterPort(LocatorType locator)
|
NotificationCounterPortType |
NotificationCounterServiceGridLocator.getNotificationCounterPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.counter.routable.service |
Methods in org.globus.ogsa.samples.counter.routable.service that throw GridServiceException | |
RoutableCounterPortType |
RoutableCounterServiceGridLocator.getRoutableCounterPort(HandleType handle)
|
RoutableCounterPortType |
RoutableCounterServiceGridLocator.getRoutableCounterPort(LocatorType locator)
|
RoutableCounterPortType |
RoutableCounterServiceGridLocator.getRoutableCounterPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.counter.service |
Methods in org.globus.ogsa.samples.counter.service that throw GridServiceException | |
CounterPortType |
CounterServiceGridLocator.getCounterPort(HandleType handle)
|
CounterPortType |
CounterServiceGridLocator.getCounterPort(LocatorType locator)
|
CounterPortType |
CounterServiceGridLocator.getCounterPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.exception.service |
Methods in org.globus.ogsa.samples.exception.service that throw GridServiceException | |
ExceptionPortType |
ExceptionServiceGridLocator.getExceptionPort(HandleType handle)
|
ExceptionPortType |
ExceptionServiceGridLocator.getExceptionPort(LocatorType locator)
|
ExceptionPortType |
ExceptionServiceGridLocator.getExceptionPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.GenerateCounter |
Methods in org.globus.ogsa.samples.GenerateCounter that throw GridServiceException | |
GridService |
GenerateCounterServiceGridLocator.getGridServiceSOAPBindingPort(HandleType handle)
|
GridService |
GenerateCounterServiceGridLocator.getGridServiceSOAPBindingPort(LocatorType locator)
|
GridService |
GenerateCounterServiceGridLocator.getGridServiceSOAPBindingPort(java.net.URL url)
|
GenerateCounterPortType |
GenerateCounterServiceGridLocator.getGenerateCounterService(HandleType handle)
|
GenerateCounterPortType |
GenerateCounterServiceGridLocator.getGenerateCounterService(LocatorType locator)
|
GenerateCounterPortType |
GenerateCounterServiceGridLocator.getGenerateCounterService(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.google |
Methods in org.globus.ogsa.samples.google that throw GridServiceException | |
GoogleSearchPort |
GoogleSearchServiceGridLocator.getGoogleSearchPort(HandleType handle)
|
GoogleSearchPort |
GoogleSearchServiceGridLocator.getGoogleSearchPort(LocatorType locator)
|
GoogleSearchPort |
GoogleSearchServiceGridLocator.getGoogleSearchPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.gwsdl.top.service |
Methods in org.globus.ogsa.samples.gwsdl.top.service that throw GridServiceException | |
TopPortType |
TopServiceGridLocator.getTopServicePort(HandleType handle)
|
TopPortType |
TopServiceGridLocator.getTopServicePort(LocatorType locator)
|
TopPortType |
TopServiceGridLocator.getTopServicePort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.notification.service |
Methods in org.globus.ogsa.samples.notification.service that throw GridServiceException | |
SinkListenerPortType |
SinkListenerServiceGridLocator.getSinkListenerPort(HandleType handle)
|
SinkListenerPortType |
SinkListenerServiceGridLocator.getSinkListenerPort(LocatorType locator)
|
SinkListenerPortType |
SinkListenerServiceGridLocator.getSinkListenerPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.servicedata.service |
Methods in org.globus.ogsa.samples.servicedata.service that throw GridServiceException | |
ServiceDataPortType |
ServiceDataServiceGridLocator.getServiceDataPort(HandleType handle)
|
ServiceDataPortType |
ServiceDataServiceGridLocator.getServiceDataPort(LocatorType locator)
|
ServiceDataPortType |
ServiceDataServiceGridLocator.getServiceDataPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.weather.service |
Methods in org.globus.ogsa.samples.weather.service that throw GridServiceException | |
WeatherPortType |
WeatherServiceGridLocator.getWeatherPort(HandleType handle)
|
WeatherPortType |
WeatherServiceGridLocator.getWeatherPort(LocatorType locator)
|
WeatherPortType |
WeatherServiceGridLocator.getWeatherPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.samples.xmethods |
Methods in org.globus.ogsa.samples.xmethods that throw GridServiceException | |
TemperaturePortType |
TemperatureServiceGridLocator.getTemperaturePort(HandleType handle)
|
TemperaturePortType |
TemperatureServiceGridLocator.getTemperaturePort(LocatorType locator)
|
TemperaturePortType |
TemperatureServiceGridLocator.getTemperaturePort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.security.authentication |
Methods in org.globus.ogsa.security.authentication that throw GridServiceException | |
SecureContextEstablishmentPortType |
SecureContextEstablishmentServiceGridLocator.getSecureContextEstablishmentPort(HandleType handle)
|
SecureContextEstablishmentPortType |
SecureContextEstablishmentServiceGridLocator.getSecureContextEstablishmentPort(LocatorType locator)
|
SecureContextEstablishmentPortType |
SecureContextEstablishmentServiceGridLocator.getSecureContextEstablishmentPort(java.net.URL url)
|
Uses of GridServiceException in org.globus.ogsa.server |
Methods in org.globus.ogsa.server that throw GridServiceException | |
static void |
ServiceContainerCollection.stop(java.lang.String name)
|
static void |
ServiceContainerCollection.stopAll()
|
void |
ServiceDispatcher.stop()
|
void |
ServiceDispatcher.start(boolean daemon)
Start this dispatcher. |
static ServiceContainer |
ServiceContainer.createContainer(boolean isMainThread)
|
static ServiceContainer |
ServiceContainer.createContainer(boolean isMainThread,
int port)
|
static ServiceContainer |
ServiceContainer.createContainer(java.util.Map properties)
|
void |
ServiceContainer.stopServer()
|
static ServiceContainer |
ServiceContainer.startSecurityContainer(boolean secure,
int securePort,
org.ietf.jgss.GSSCredential credential,
org.globus.security.gridmap.GridMap gridMap)
|
static java.lang.String |
ServiceHost.getHost()
|
Constructors in org.globus.ogsa.server that throw GridServiceException | |
GSIServiceContainer(java.util.Map properties)
|
|
ServiceContainer(java.util.Map properties)
|
Uses of GridServiceException in org.globus.ogsa.utils |
Methods in org.globus.ogsa.utils with parameters of type GridServiceException | |
static FaultType |
FaultHelper.makeFault(GridServiceException exception,
ServiceProperties properties)
|
static FaultType |
FaultHelper.makeFault(java.lang.Class exceptionClass,
GridServiceException exception)
|
Methods in org.globus.ogsa.utils that throw GridServiceException | |
static ExtensibilityType |
SubscriptionHelper.getNameExpression(javax.xml.namespace.QName name)
Creates an OGSI subscribeByName expression |
static ExtensibilityType |
SubscriptionHelper.getNameExpression(javax.xml.namespace.QName[] names)
Creates an OGSI subscribeByName expression |
static ExtensibilityType |
SubscriptionHelper.getNameExpression(SubscribeByNameType name)
Creates an OGSI subscribeByName expression |
static ExtensibilityType |
SubscriptionHelper.getXPathExpression(java.lang.String name,
java.lang.String XPathExpr,
java.lang.String[] namespaces)
Creates a globus subscribeByXPath expression |
static ExtensibilityType |
SubscriptionHelper.getXPathExpression(javax.xml.namespace.QName qname,
java.lang.String XPathExpr,
java.lang.String[] namespaces)
Same as {#link #getXPathExpression(String name, String XPathExpr, String[] namespaces) getXPathExpression} but allows you to specify the fully qualified name of the service data name to serve as basis for the query. |
static ExtensibilityType |
ServiceGroupUtils.getLocatorEquivalenceExpression(HandleType handle)
Creates an expression that removes all memberServices matching the handle passed as input to the operation from a ServiceGroupRegistration service. |
static ExtensibilityType |
ServiceGroupUtils.getLocatorEquivalenceExpression(LocatorType locator)
Creates an expression that removes all memberServices matching the locator passed as input to the operation from a ServiceGroupRegistration service. |
static ExtensibilityType |
ServiceGroupUtils.getLocatorEquivalenceExpression(LocatorType[] locators)
Creates an expression that removes all memberServices matching any of the locators passed as input to the operation from a ServiceGroupRegistration service. |
static ExtensibilityType |
QueryHelper.getSetNamesQuery(java.lang.String file)
creates a setServiceData expression based on the content of the input file. |
static ExtensibilityType |
QueryHelper.getSetNamesQuery(ServiceData[] serviceData)
creates a setByServiceDataNames expression based on the ServiceData elements being passed as input. |
static ExtensibilityType |
QueryHelper.getNamesQuery(java.lang.String localName)
Creates a queryByServiceDataNames query expression. |
static ExtensibilityType |
QueryHelper.getNamesQuery(javax.xml.namespace.QName qname)
Creates a queryByServiceDataNames query expression. |
static ExtensibilityType |
QueryHelper.getNamesQuery(javax.xml.namespace.QName[] qnames)
Creates a queryByServiceDataNames query expression. |
static ExtensibilityType |
QueryHelper.getDeleteNamesQuery(javax.xml.namespace.QName[] qnames)
Creates a deleteByServiceDataNames query expression. |
static ExtensibilityType |
QueryHelper.getQNamesQuery(javax.xml.namespace.QName[] qnames,
javax.xml.namespace.QName expression)
Creates a query expression containing qnames. |
static ExtensibilityType |
QueryHelper.getXPathQuery(java.lang.String name,
java.lang.String XPathExpr,
java.lang.String[] namespaces)
Creates a globus subscribeByXPath expression |
static ExtensibilityType |
QueryHelper.getXPathQuery(javax.xml.namespace.QName qname,
java.lang.String XPathExpr,
java.lang.String[] namespaces)
Same as getXPathQuery but allows you to specify the fully qualified
name of the service data name to serve as basis for the query. |
static QueryEngine |
QueryHelper.getQueryEngine(java.lang.String engineClass)
|
static void |
QueryHelper.registerEvaluators(QueryEngine queryEngine,
java.lang.String evaluators)
|
static void |
ExtendedDateTimeHelper.checkTime(TerminationTimeType termination)
|
static ExtensibilityType |
ServicePropertiesHelper.getAsAny(ServiceProperties properties)
|
static org.apache.axis.message.MessageElement[] |
AnyHelper.toAny(java.lang.Object[] obj)
Populates a SOAP MessageElement array with an array of arbitrary objects. |
static org.apache.axis.message.MessageElement |
AnyHelper.toAny(java.lang.Object obj)
Populates a SOAP MessageElement with an arbitrary object. |
static org.apache.axis.message.MessageElement |
AnyHelper.toAny(java.lang.Object obj,
javax.xml.namespace.QName qname)
Populates a SOAP MessageElement with an arbitrary object. |
static org.w3c.dom.Element |
AnyHelper.toElement(org.apache.axis.message.MessageElement element)
Converts a SOAP MessageElement to a DOM Element representation |
static java.lang.Object |
AnyHelper.toObject(org.apache.axis.message.MessageElement element)
Converts a SOAP MessageElement to a typed Java object representation. |
static java.lang.Object |
AnyHelper.toObject(org.apache.axis.message.MessageElement element,
java.lang.Class javaClass)
Converts a SOAP MessageElement to a typed Java object representation. |
static ServiceDataAttributes |
AnyHelper.toServiceData(org.apache.axis.message.MessageElement element)
Converts a SOAP MessageElement to a typed Java object representation, and wraps it inside of a ServiceDataAttribute object holding attributes that the element might have been decorated with. |
static ServiceDataAttributes |
AnyHelper.toServiceData(org.apache.axis.message.MessageElement element,
java.lang.Class javaClass)
Converts a SOAP MessageElement to a typed Java object representation, and wraps it inside of a ServiceDataAttribute object holding attributes that the element might have been decorated with. |
static org.w3c.dom.Element[] |
AnyHelper.toElement(org.apache.axis.message.MessageElement[] element)
Array version of toElement |
static java.lang.Object[] |
AnyHelper.toObject(org.apache.axis.message.MessageElement[] element)
Array version of toObject |
static java.lang.Object[] |
AnyHelper.toObject(org.apache.axis.message.MessageElement[] element,
java.lang.Class javaClass)
Array version of toObject |
static ServiceDataAttributes[] |
AnyHelper.toServiceData(org.apache.axis.message.MessageElement[] element)
Array version of toServiceData |
static ServiceDataAttributes[] |
AnyHelper.toServiceData(org.apache.axis.message.MessageElement[] element,
java.lang.Class javaClass)
Array version of toServiceData |
static ServiceDataAttributes[] |
AnyHelper.getAsServiceData(org.apache.axis.encoding.AnyContentType serviceData)
Converts type containing any element to service data attributes. |
static ServiceDataAttributes[] |
AnyHelper.getAsServiceData(org.apache.axis.encoding.AnyContentType serviceData,
java.lang.Class javaClass)
Converts type containing any element to service data attributes. |
static ServiceDataAttributes |
AnyHelper.getAsSingleServiceData(org.apache.axis.encoding.AnyContentType serviceData)
Converts type containing any element to service data attributes, wrapping a single element. |
static ServiceDataAttributes |
AnyHelper.getAsSingleServiceData(org.apache.axis.encoding.AnyContentType serviceData,
java.lang.Class javaClass)
Converts type containing any element to service data attributes, wrapping a single element. |
static java.lang.Object[] |
AnyHelper.getAsObject(org.apache.axis.encoding.AnyContentType extensibility)
Converts type containing any element to an array of java objects. |
static java.lang.Object[] |
AnyHelper.getAsObject(org.apache.axis.encoding.AnyContentType extensibility,
java.lang.Class javaClass)
Converts type containing any element to an array of java objects. |
static java.lang.Object |
AnyHelper.getAsSingleObject(org.apache.axis.encoding.AnyContentType extensibility)
Converts type containing any element to a java object. |
static ServiceDataValuesType |
AnyHelper.getAsServiceDataValues(org.apache.axis.encoding.AnyContentType extensibility)
Converts type containing any element to a ServiceDataValuesType. |
static java.lang.Object |
AnyHelper.getAsSingleObject(org.apache.axis.encoding.AnyContentType extensibility,
java.lang.Class javaClass)
Converts type containing any element to a java object. |
static org.w3c.dom.Element |
AnyHelper.getAsElement(WSDLReferenceType reference)
Returns a DOM Element representation of a WSDLReferenceType, often contained inside of a LocatorType |
static org.w3c.dom.Element |
AnyHelper.getAsSingleElement(org.apache.axis.encoding.AnyContentType any)
Converts type containing any element to a single DOM Element. |
static org.w3c.dom.Element[] |
AnyHelper.getAsElement(org.apache.axis.encoding.AnyContentType any)
Converts type containing any element to an array of DOM Elements. |
static org.w3c.dom.Element |
AnyHelper.getAsParentElement(org.apache.axis.encoding.AnyContentType any)
Converts type containing any element to a single DOM Element, representing the parent MessageElement. |
static java.lang.String |
AnyHelper.getAsParentString(org.apache.axis.encoding.AnyContentType any)
Converts type containing any element to a String, representing the parent MessageElement. |
static java.lang.String |
AnyHelper.getAsString(org.apache.axis.encoding.AnyContentType extensibility)
Converts type containing any element to a String, formatted pretty for output. |
static ExtensibilityType |
AnyHelper.getExtensibility(java.lang.Object obj)
Converts an arbitrary object to an Extensibility type. |
static ExtensibilityType |
AnyHelper.getExtensibility(java.lang.Object obj,
javax.xml.namespace.QName qname)
Converts an arbitrary object to an Extensibility type. |
static ExtensibilityType |
AnyHelper.getServiceDataValues(java.lang.Object obj)
Converts an arbitrary object to an Extensibility type. |
static org.w3c.dom.Document |
XmlFactory.newDocument(org.xml.sax.InputSource inp)
|
static org.w3c.dom.Document |
XmlFactory.newDocument(java.io.InputStream inp)
|
static org.w3c.dom.Document |
XmlFactory.newDocument(java.lang.String uri)
|
static org.w3c.dom.Document |
XmlFactory.newDocument(java.lang.String uri,
java.lang.String username,
java.lang.String password)
Create a new document from the given URI, use the username and password if the URI requires authentication. |
Uses of GridServiceException in org.globus.ogsa.wsdl |
Methods in org.globus.ogsa.wsdl that throw GridServiceException | |
GSRDescription |
SymbolTable.add(org.w3c.dom.Document doc)
|
static GSR |
GSR.newInstance(HandleType handle)
|
static GSR |
GSR.newInstance(LocatorType locator)
Retrieves a GSR from the specified locator. |
javax.wsdl.Definition |
GSR.getWSDLDefinition()
|
java.util.Collection |
GSR.getPortTypes()
|
java.util.Collection |
GSR.getGWSDLPortTypes()
|
java.util.Collection |
GSR.getExtensions(java.lang.Class javaClass,
javax.wsdl.Definition definition)
|
SymbolTable |
GSR.getSymbolTable()
|
void |
GSR.getExtensions(javax.wsdl.Definition extensionDefinition,
java.lang.String context)
|
Constructors in org.globus.ogsa.wsdl that throw GridServiceException | |
GSR(org.w3c.dom.Document doc)
|
|
GSR(org.w3c.dom.Element reference)
|
|
GSR(HandleType handle)
|
|
GSR(java.lang.String url)
|
Uses of GridServiceException in org.gridforum.ogsa.samples.ogsi.service |
Methods in org.gridforum.ogsa.samples.ogsi.service that throw GridServiceException | |
TestServiceGroupPortType |
OGSIServiceGroupServiceGridLocator.getOGSIServiceGroupServicePort(HandleType handle)
|
TestServiceGroupPortType |
OGSIServiceGroupServiceGridLocator.getOGSIServiceGroupServicePort(LocatorType locator)
|
TestServiceGroupPortType |
OGSIServiceGroupServiceGridLocator.getOGSIServiceGroupServicePort(java.net.URL url)
|
TestNotificationPortType |
OGSINotificationServiceGridLocator.getOGSINotificationServicePort(HandleType handle)
|
TestNotificationPortType |
OGSINotificationServiceGridLocator.getOGSINotificationServicePort(LocatorType locator)
|
TestNotificationPortType |
OGSINotificationServiceGridLocator.getOGSINotificationServicePort(java.net.URL url)
|
TestAllPortType |
OGSIAllServiceGridLocator.getOGSIAllServicePort(HandleType handle)
|
TestAllPortType |
OGSIAllServiceGridLocator.getOGSIAllServicePort(LocatorType locator)
|
TestAllPortType |
OGSIAllServiceGridLocator.getOGSIAllServicePort(java.net.URL url)
|
Uses of GridServiceException in org.gridforum.ogsi |
Uses of GridServiceException in org.gridforum.ogsi.service |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |