|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HandleType in org.globus.ogsa |
Methods in org.globus.ogsa that return HandleType | |
HandleType |
ServiceDataAttributes.getOriginator()
|
Methods in org.globus.ogsa with parameters of type HandleType | |
java.lang.String |
NotificationProvider.addSubscription(javax.xml.namespace.QName topic,
HandleType handle,
java.lang.String subscriptionID)
|
java.lang.String |
NotificationProvider.addSubscription(javax.xml.namespace.QName[] sdeNames,
HandleType handle)
|
java.lang.String |
NotificationProvider.addSubscription(javax.xml.namespace.QName[] sdeNames,
HandleType handle,
java.lang.String subscriptionID)
|
java.lang.String |
NotificationProvider.addSubscription(ExtensibilityType subscriptionExpression,
HandleType handle)
|
boolean |
LazyCreationCallback.lazyCreate(HandleType handle)
called when a service could not be located in the internal registry and a callback reference was found in the parent service |
void |
ServiceDataAttributes.setOriginator(HandleType originator)
|
java.lang.Object |
GridLocator.getServicePort(HandleType handle)
creates a proxy for a particular handle (which is inspected and resolved into a GSR) |
Uses of HandleType in org.globus.ogsa.client.managers |
Methods in org.globus.ogsa.client.managers with parameters of type HandleType | |
java.lang.String |
SecureNotificationSinkManager.addListener(javax.xml.namespace.QName[] subscriptionName,
java.util.Calendar timeout,
HandleType sourceHandle,
NotificationSinkCallback callback)
|
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. |
Uses of HandleType in org.globus.ogsa.core.admin.service |
Methods in org.globus.ogsa.core.admin.service with parameters of type HandleType | |
AdminServicePortType |
AdminServiceGridLocator.getAdminPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.core.logging.service |
Methods in org.globus.ogsa.core.logging.service with parameters of type HandleType | |
OgsiLoggingPortType |
OgsiLoggingServiceGridLocator.getOgsiLoggingPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.core.management |
Methods in org.globus.ogsa.core.management that return HandleType | |
HandleType |
_endServiceForce.getAHandle()
|
HandleType |
_endService.getAHandle()
|
HandleType |
_deactivateService.getAHandle()
|
HandleType |
_activateService.getAHandle()
|
Methods in org.globus.ogsa.core.management with parameters of type HandleType | |
void |
_endServiceForce.setAHandle(HandleType aHandle)
|
void |
_endService.setAHandle(HandleType aHandle)
|
void |
_deactivateService.setAHandle(HandleType aHandle)
|
void |
_activateService.setAHandle(HandleType aHandle)
|
void |
OgsiManagementPortType.endServiceForce(HandleType aHandle)
|
void |
OgsiManagementPortType.endService(HandleType aHandle)
|
void |
OgsiManagementPortType.activateService(HandleType aHandle)
|
void |
OgsiManagementPortType.deactivateService(HandleType aHandle)
|
Uses of HandleType in org.globus.ogsa.core.management.bindings |
Methods in org.globus.ogsa.core.management.bindings with parameters of type HandleType | |
void |
OgsiManagementSOAPBindingStub.endServiceForce(HandleType aHandle)
|
void |
OgsiManagementSOAPBindingStub.endService(HandleType aHandle)
|
void |
OgsiManagementSOAPBindingStub.activateService(HandleType aHandle)
|
void |
OgsiManagementSOAPBindingStub.deactivateService(HandleType aHandle)
|
Uses of HandleType in org.globus.ogsa.core.management.service |
Methods in org.globus.ogsa.core.management.service with parameters of type HandleType | |
OgsiManagementPortType |
OgsiManagementServiceGridLocator.getOgsiManagementPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.core.notification.service |
Methods in org.globus.ogsa.core.notification.service with parameters of type HandleType | |
JMSAdapterPortType |
JMSAdapterServiceGridLocator.getJMSAdapterPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.core.ping.service |
Methods in org.globus.ogsa.core.ping.service with parameters of type HandleType | |
PingServicePortType |
PingServiceGridLocator.getPingPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.impl.core.handle |
Methods in org.globus.ogsa.impl.core.handle that return HandleType | |
static HandleType |
HandleHelper.getResolverHandle(HandleType handle)
|
static HandleType |
HandleHelper.getResolverHandle(java.lang.String handle)
|
Methods in org.globus.ogsa.impl.core.handle with parameters of type HandleType | |
static java.lang.String |
HandleHelper.getInstanceID(HandleType handle)
|
static java.lang.String |
HandleHelper.getServicePath(HandleType handle)
|
static java.lang.String |
HandleHelper.getParentID(HandleType handle)
|
static HandleType |
HandleHelper.getResolverHandle(HandleType handle)
|
static GSR |
HandleHelper.getGSR(HandleType handle)
|
static java.lang.String |
HandleHelper.getHandleURL(HandleType handle)
|
static boolean |
HandleHelper.isLocal(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.impl.core.management |
Methods in org.globus.ogsa.impl.core.management with parameters of type HandleType | |
void |
OgsiManagement.endService(HandleType aHandle)
endService
End a service via normal termination using destroy(), allowing the
service to perform any required cleanup. |
void |
OgsiManagement.endServiceForce(HandleType aHandle)
endServiceForce
Implementation for the endServiceForce operation. |
void |
OgsiManagement.activateService(HandleType aHandle)
activateService
Implementation for the activateService operation. |
void |
OgsiManagement.deactivateService(HandleType aHandle)
deactivateService
Implementation for the deactivateService operation. |
Uses of HandleType in org.globus.ogsa.impl.core.notification |
Methods in org.globus.ogsa.impl.core.notification that return HandleType | |
HandleType |
NotificationSubscriptionData.getSink()
|
Constructors in org.globus.ogsa.impl.core.notification with parameters of type HandleType | |
NotificationSubscriptionData(javax.xml.namespace.QName[] serviceDataNames,
HandleType sink,
java.lang.String source)
|
|
NotificationSubscriptionData(javax.xml.namespace.QName[] serviceDataNames,
HandleType sink,
java.lang.String source,
org.apache.axis.types.Duration minInterval)
|
Uses of HandleType in org.globus.ogsa.impl.core.service |
Methods in org.globus.ogsa.impl.core.service with parameters of type HandleType | |
void |
ServiceDataNameUpdateEvaluator.updateValuesByOriginatorHandle(ServiceDataSet serviceDataSet,
HandleType serviceHandle,
java.lang.Object any,
boolean notify)
|
java.lang.Object |
ServiceLocator.getServicePort(HandleType handle)
|
java.lang.Object |
ServiceLocator.getLocal(HandleType targetService)
|
Uses of HandleType in org.globus.ogsa.impl.ogsi |
Methods in org.globus.ogsa.impl.ogsi that return HandleType | |
HandleType |
FactoryProvider.lazyCreate()
|
Methods in org.globus.ogsa.impl.ogsi with parameters of type HandleType | |
boolean |
ServiceGroupRegistrationProvider.lazyCreate(HandleType handle)
|
java.lang.String |
NotificationSourceProvider.addSubscription(ExtensibilityType subscriptionExpression,
HandleType handle)
|
java.lang.String |
NotificationSourceProvider.addSubscription(javax.xml.namespace.QName subscriptionName,
HandleType handle,
java.lang.String subscriptionID)
|
java.lang.String |
NotificationSourceProvider.addSubscription(javax.xml.namespace.QName[] sdeNames,
HandleType handle)
|
java.lang.String |
NotificationSourceProvider.addSubscription(javax.xml.namespace.QName[] sdeNames,
HandleType handle,
java.lang.String subscriptionID)
|
java.lang.String |
NotificationSourceProvider.addSubscription(javax.xml.namespace.QName[] sdeNames,
HandleType handle,
java.lang.String subscriptionID,
org.apache.axis.types.Duration minInterval)
|
Uses of HandleType in org.globus.ogsa.impl.samples.exception |
Methods in org.globus.ogsa.impl.samples.exception with parameters of type HandleType | |
void |
ExceptionImpl.chain(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.impl.samples.notification |
Methods in org.globus.ogsa.impl.samples.notification with parameters of type HandleType | |
void |
SinkListenerImpl.addListener(java.lang.String topic,
HandleType sourceHandle)
|
void |
SinkListenerImpl.removeListener(java.lang.String topic,
HandleType sourceHandle)
|
Uses of HandleType in org.globus.ogsa.impl.samples.servicedata |
Methods in org.globus.ogsa.impl.samples.servicedata with parameters of type HandleType | |
void |
ServiceDataImpl.addServiceData(ExtendedDateTimeType availableUntil,
ExtendedDateTimeType goodUntil,
ExtendedDateTimeType goodFrom,
HandleType originator,
java.lang.String value)
|
Uses of HandleType in org.globus.ogsa.router |
Methods in org.globus.ogsa.router that return HandleType | |
static HandleType |
ReferenceRewriter.externalizeHandle(HandleType handle)
|
Methods in org.globus.ogsa.router with parameters of type HandleType | |
static HandleType |
ReferenceRewriter.externalizeHandle(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.any.service |
Methods in org.globus.ogsa.samples.any.service with parameters of type HandleType | |
AnyPortType |
AnyServiceGridLocator.getAnyPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.ArraySample |
Methods in org.globus.ogsa.samples.ArraySample with parameters of type HandleType | |
GridService |
ArraySampleServiceGridLocator.getGridServiceSOAPBindingPort(HandleType handle)
|
ArraySamplePortType |
ArraySampleServiceGridLocator.getArraySampleService(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.chat.service |
Methods in org.globus.ogsa.samples.chat.service with parameters of type HandleType | |
Chat |
ChatServiceGridLocator.getChatPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.counter.encoded |
Methods in org.globus.ogsa.samples.counter.encoded with parameters of type HandleType | |
EncodedCounterPortType |
EncodedCounterServiceGridLocator.getEncodedCounterPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.counter.notification.service |
Methods in org.globus.ogsa.samples.counter.notification.service with parameters of type HandleType | |
NotificationCounterPortType |
NotificationCounterServiceGridLocator.getNotificationCounterPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.counter.routable.service |
Methods in org.globus.ogsa.samples.counter.routable.service with parameters of type HandleType | |
RoutableCounterPortType |
RoutableCounterServiceGridLocator.getRoutableCounterPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.counter.service |
Methods in org.globus.ogsa.samples.counter.service with parameters of type HandleType | |
CounterPortType |
CounterServiceGridLocator.getCounterPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.exception |
Methods in org.globus.ogsa.samples.exception that return HandleType | |
HandleType |
_chain.getHandle()
|
Methods in org.globus.ogsa.samples.exception with parameters of type HandleType | |
void |
_chain.setHandle(HandleType handle)
|
void |
ExceptionPortType.chain(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.exception.bindings |
Methods in org.globus.ogsa.samples.exception.bindings with parameters of type HandleType | |
void |
ExceptionSOAPBindingStub.chain(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.exception.service |
Methods in org.globus.ogsa.samples.exception.service with parameters of type HandleType | |
ExceptionPortType |
ExceptionServiceGridLocator.getExceptionPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.GenerateCounter |
Methods in org.globus.ogsa.samples.GenerateCounter with parameters of type HandleType | |
GridService |
GenerateCounterServiceGridLocator.getGridServiceSOAPBindingPort(HandleType handle)
|
GenerateCounterPortType |
GenerateCounterServiceGridLocator.getGenerateCounterService(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.google |
Methods in org.globus.ogsa.samples.google with parameters of type HandleType | |
GoogleSearchPort |
GoogleSearchServiceGridLocator.getGoogleSearchPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.gwsdl.top.service |
Methods in org.globus.ogsa.samples.gwsdl.top.service with parameters of type HandleType | |
TopPortType |
TopServiceGridLocator.getTopServicePort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.notification |
Methods in org.globus.ogsa.samples.notification that return HandleType | |
HandleType |
TopicSourceType.getSource()
|
Methods in org.globus.ogsa.samples.notification with parameters of type HandleType | |
void |
TopicSourceType.setSource(HandleType source)
|
void |
SinkListenerPortType.addListener(java.lang.String topic,
HandleType source)
|
void |
SinkListenerPortType.removeListener(java.lang.String topic,
HandleType source)
|
Uses of HandleType in org.globus.ogsa.samples.notification.bindings |
Methods in org.globus.ogsa.samples.notification.bindings with parameters of type HandleType | |
void |
SinkListenerSOAPBindingStub.addListener(java.lang.String topic,
HandleType source)
|
void |
SinkListenerSOAPBindingStub.removeListener(java.lang.String topic,
HandleType source)
|
Uses of HandleType in org.globus.ogsa.samples.notification.service |
Methods in org.globus.ogsa.samples.notification.service with parameters of type HandleType | |
SinkListenerPortType |
SinkListenerServiceGridLocator.getSinkListenerPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.servicedata |
Methods in org.globus.ogsa.samples.servicedata that return HandleType | |
HandleType |
_addServiceData.getOriginator()
|
Methods in org.globus.ogsa.samples.servicedata with parameters of type HandleType | |
void |
_addServiceData.setOriginator(HandleType originator)
|
void |
ServiceDataPortType.addServiceData(ExtendedDateTimeType availableUntil,
ExtendedDateTimeType goodUntil,
ExtendedDateTimeType goodFrom,
HandleType originator,
java.lang.String value)
|
Uses of HandleType in org.globus.ogsa.samples.servicedata.bindings |
Methods in org.globus.ogsa.samples.servicedata.bindings with parameters of type HandleType | |
void |
ServiceDataSOAPBindingStub.addServiceData(ExtendedDateTimeType availableUntil,
ExtendedDateTimeType goodUntil,
ExtendedDateTimeType goodFrom,
HandleType originator,
java.lang.String value)
|
Uses of HandleType in org.globus.ogsa.samples.servicedata.service |
Methods in org.globus.ogsa.samples.servicedata.service with parameters of type HandleType | |
ServiceDataPortType |
ServiceDataServiceGridLocator.getServiceDataPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.weather.service |
Methods in org.globus.ogsa.samples.weather.service with parameters of type HandleType | |
WeatherPortType |
WeatherServiceGridLocator.getWeatherPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.samples.xmethods |
Methods in org.globus.ogsa.samples.xmethods with parameters of type HandleType | |
TemperaturePortType |
TemperatureServiceGridLocator.getTemperaturePort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.security.authentication |
Methods in org.globus.ogsa.security.authentication with parameters of type HandleType | |
SecureContextEstablishmentPortType |
SecureContextEstablishmentServiceGridLocator.getSecureContextEstablishmentPort(HandleType handle)
|
Uses of HandleType in org.globus.ogsa.utils |
Methods in org.globus.ogsa.utils with parameters of type HandleType | |
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. |
Uses of HandleType in org.globus.ogsa.wsdl |
Methods in org.globus.ogsa.wsdl that return HandleType | |
HandleType |
GSR.getHandle()
|
Methods in org.globus.ogsa.wsdl with parameters of type HandleType | |
static GSR |
GSR.newInstance(HandleType handle)
|
Constructors in org.globus.ogsa.wsdl with parameters of type HandleType | |
GSR(HandleType handle)
|
Uses of HandleType in org.gridforum.ogsa.samples.ogsi.service |
Methods in org.gridforum.ogsa.samples.ogsi.service with parameters of type HandleType | |
TestServiceGroupPortType |
OGSIServiceGroupServiceGridLocator.getOGSIServiceGroupServicePort(HandleType handle)
|
TestNotificationPortType |
OGSINotificationServiceGridLocator.getOGSINotificationServicePort(HandleType handle)
|
TestAllPortType |
OGSIAllServiceGridLocator.getOGSIAllServicePort(HandleType handle)
|
Uses of HandleType in org.gridforum.ogsi |
Methods in org.gridforum.ogsi that return HandleType | |
HandleType[] |
LocatorType.getHandle()
|
HandleType |
LocatorType.getHandle(int i)
|
Methods in org.gridforum.ogsi with parameters of type HandleType | |
NotificationSubscription |
OGSIServiceGridLocator.getNotificationSubscriptionPort(HandleType handle)
|
NotificationSink |
OGSIServiceGridLocator.getNotificationSinkPort(HandleType handle)
|
HandleResolver |
OGSIServiceGridLocator.getHandleResolverPort(HandleType handle)
|
GridService |
OGSIServiceGridLocator.getGridServicePort(HandleType handle)
|
ServiceGroup |
OGSIServiceGridLocator.getServiceGroupPort(HandleType handle)
|
Factory |
OGSIServiceGridLocator.getFactoryPort(HandleType handle)
|
ServiceGroupRegistration |
OGSIServiceGridLocator.getServiceGroupRegistrationPort(HandleType handle)
|
NotificationSource |
OGSIServiceGridLocator.getNotificationSourcePort(HandleType handle)
|
ServiceGroupEntry |
OGSIServiceGridLocator.getServiceGroupEntryPort(HandleType handle)
|
void |
LocatorType.setHandle(HandleType[] handle)
|
void |
LocatorType.setHandle(int i,
HandleType value)
|
Uses of HandleType in org.gridforum.ogsi.service |
Methods in org.gridforum.ogsi.service with parameters of type HandleType | |
ServiceGroupRegistrationNotification |
ServiceGroupRegistrationServiceGridLocator.getServiceGroupRegistrationServicePort(HandleType handle)
|
NotificationFactory |
NotificationFactoryServiceGridLocator.getNotificationFactoryServicePort(HandleType handle)
|
FactoryServiceGroup |
FactoryServiceGroupServiceGridLocator.getFactoryServiceGroupServicePort(HandleType handle)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |