org.globus.mds.index
Interface IndexPortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
IndexPortTypeSOAPBindingStub

public interface IndexPortType
extends java.rmi.Remote


Method Summary
 org.apache.axis.message.addressing.EndpointReferenceType add(Add addRequest)
           
 DestroyResponse destroy(Destroy destroyRequest)
           
 GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 GetMultipleResourcePropertiesResponse getMultipleResourceProperties(GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
           
 GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
           
 QueryResourcePropertiesResponse queryResourceProperties(QueryResourceProperties_Element queryResourcePropertiesRequest)
           
 SetTerminationTimeResponse setTerminationTime(SetTerminationTime setTerminationTimeRequest)
           
 SubscribeResponse subscribe(Subscribe subscribeRequest)
           
 

Method Detail

setTerminationTime

public SetTerminationTimeResponse setTerminationTime(SetTerminationTime setTerminationTimeRequest)
                                              throws java.rmi.RemoteException,
                                                     UnableToSetTerminationTimeFaultType,
                                                     ResourceUnknownFaultType,
                                                     TerminationTimeChangeRejectedFaultType
Throws:
java.rmi.RemoteException
UnableToSetTerminationTimeFaultType
ResourceUnknownFaultType
TerminationTimeChangeRejectedFaultType

destroy

public DestroyResponse destroy(Destroy destroyRequest)
                        throws java.rmi.RemoteException,
                               ResourceNotDestroyedFaultType,
                               ResourceUnknownFaultType
Throws:
java.rmi.RemoteException
ResourceNotDestroyedFaultType
ResourceUnknownFaultType

queryResourceProperties

public QueryResourcePropertiesResponse queryResourceProperties(QueryResourceProperties_Element queryResourcePropertiesRequest)
                                                        throws java.rmi.RemoteException,
                                                               InvalidResourcePropertyQNameFaultType,
                                                               InvalidQueryExpressionFaultType,
                                                               QueryEvaluationErrorFaultType,
                                                               ResourceUnknownFaultType,
                                                               UnknownQueryExpressionDialectFaultType
Throws:
java.rmi.RemoteException
InvalidResourcePropertyQNameFaultType
InvalidQueryExpressionFaultType
QueryEvaluationErrorFaultType
ResourceUnknownFaultType
UnknownQueryExpressionDialectFaultType

getMultipleResourceProperties

public GetMultipleResourcePropertiesResponse getMultipleResourceProperties(GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
                                                                    throws java.rmi.RemoteException,
                                                                           InvalidResourcePropertyQNameFaultType,
                                                                           ResourceUnknownFaultType
Throws:
java.rmi.RemoteException
InvalidResourcePropertyQNameFaultType
ResourceUnknownFaultType

getResourceProperty

public GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
                                                throws java.rmi.RemoteException,
                                                       InvalidResourcePropertyQNameFaultType,
                                                       ResourceUnknownFaultType
Throws:
java.rmi.RemoteException
InvalidResourcePropertyQNameFaultType
ResourceUnknownFaultType

add

public org.apache.axis.message.addressing.EndpointReferenceType add(Add addRequest)
                                                             throws java.rmi.RemoteException,
                                                                    ContentCreationFailedFaultType,
                                                                    AddRefusedFaultType,
                                                                    UnsupportedMemberInterfaceFaultType
Throws:
java.rmi.RemoteException
ContentCreationFailedFaultType
AddRefusedFaultType
UnsupportedMemberInterfaceFaultType

subscribe

public SubscribeResponse subscribe(Subscribe subscribeRequest)
                            throws java.rmi.RemoteException,
                                   TopicNotSupportedFaultType,
                                   InvalidTopicExpressionFaultType,
                                   SubscribeCreationFailedFaultType,
                                   ResourceUnknownFaultType,
                                   TopicPathDialectUnknownFaultType
Throws:
java.rmi.RemoteException
TopicNotSupportedFaultType
InvalidTopicExpressionFaultType
SubscribeCreationFailedFaultType
ResourceUnknownFaultType
TopicPathDialectUnknownFaultType

getCurrentMessage

public GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
                                            throws java.rmi.RemoteException,
                                                   TopicNotSupportedFaultType,
                                                   InvalidTopicExpressionFaultType,
                                                   NoCurrentMessageOnTopicFaultType,
                                                   ResourceUnknownFaultType
Throws:
java.rmi.RemoteException
TopicNotSupportedFaultType
InvalidTopicExpressionFaultType
NoCurrentMessageOnTopicFaultType
ResourceUnknownFaultType