org.globus.mds.index
Interface IndexEntryPortType

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

public interface IndexEntryPortType
extends java.rmi.Remote


Method Summary
 GetMultipleResourcePropertiesResponse getMultipleResourceProperties(GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
           
 GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
           
 QueryResourcePropertiesResponse queryResourceProperties(QueryResourceProperties_Element queryResourcePropertiesRequest)
           
 SetTerminationTimeResponse setTerminationTime(SetTerminationTime setTerminationTimeRequest)
           
 

Method Detail

setTerminationTime

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

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