UNICORE Resource Broker NJS Plugin
1.5α1

org.eurogrid.broker.server.ws
Class UnicoreServerSoapBindingStub

java.lang.Object
  |
  +--org.apache.axis.client.Stub
        |
        +--org.eurogrid.broker.server.ws.UnicoreServerSoapBindingStub
All Implemented Interfaces:
Remote, Stub, UnicoreServer

public class UnicoreServerSoapBindingStub
extends Stub
implements UnicoreServer

Stub class.


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
UnicoreServerSoapBindingStub()
           
UnicoreServerSoapBindingStub(Service service)
           
UnicoreServerSoapBindingStub(URL endpointURL, Service service)
           
 
Method Summary
 byte[] getHostResources(String host)
           
 String getQoSData(int nodes, int procs, int memory, int time, byte[] user)
           
 String getStorageLocation(byte[] storage)
           
 byte[] getTicket(byte[] resourceSet, int validity)
           
 byte[] runDelegatedQoSCheck(byte[] resourceDAG, byte[] hosts, byte[] user, byte[] context)
           
 byte[] runDelegatedResCheck(byte[] resourceDAG, byte[] hosts, byte[] user, byte[] context)
           
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicoreServerSoapBindingStub

public UnicoreServerSoapBindingStub()
                             throws AxisFault

UnicoreServerSoapBindingStub

public UnicoreServerSoapBindingStub(Service service)
                             throws AxisFault

UnicoreServerSoapBindingStub

public UnicoreServerSoapBindingStub(URL endpointURL,
                                    Service service)
                             throws AxisFault
Method Detail

getHostResources

public byte[] getHostResources(String host)
                        throws RemoteException
Specified by:
getHostResources in interface UnicoreServer
RemoteException

getQoSData

public String getQoSData(int nodes,
                         int procs,
                         int memory,
                         int time,
                         byte[] user)
                  throws RemoteException
Specified by:
getQoSData in interface UnicoreServer
RemoteException

getStorageLocation

public String getStorageLocation(byte[] storage)
                          throws RemoteException
Specified by:
getStorageLocation in interface UnicoreServer
RemoteException

getTicket

public byte[] getTicket(byte[] resourceSet,
                        int validity)
                 throws RemoteException
Specified by:
getTicket in interface UnicoreServer
RemoteException

runDelegatedQoSCheck

public byte[] runDelegatedQoSCheck(byte[] resourceDAG,
                                   byte[] hosts,
                                   byte[] user,
                                   byte[] context)
                            throws RemoteException,
                                   ResourceCheckerException
Specified by:
runDelegatedQoSCheck in interface UnicoreServer
RemoteException
ResourceCheckerException

runDelegatedResCheck

public byte[] runDelegatedResCheck(byte[] resourceDAG,
                                   byte[] hosts,
                                   byte[] user,
                                   byte[] context)
                            throws RemoteException,
                                   ResourceCheckerException
Specified by:
runDelegatedResCheck in interface UnicoreServer
RemoteException
ResourceCheckerException

UNICORE Resource Broker NJS Plugin
1.5α1

Submit a bug or feature
Copyright © 2002-2004 University of Manchester, U.K. See license.terms for details.