orca.shirako.proxies.soap.clients
Class AgentServiceStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by orca.shirako.proxies.soap.clients.AgentServiceStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, AgentServicePortType

public class AgentServiceStub
extends org.apache.axis.client.Stub
implements AgentServicePortType


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
AgentServiceStub()
           
AgentServiceStub(javax.xml.rpc.Service service)
           
AgentServiceStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 void claim(Reservation reservation, java.lang.String callbackURL, AuthToken authToken)
           
protected  org.apache.axis.client.Call createCall()
           
 void extendTicket(Reservation reservation, AuthToken authToken)
           
 void query(PropertiesHolder properties, AuthToken authToken)
           
 void tick(long cycle, AuthToken authToken)
           
 void ticket(Reservation reservation, java.lang.String callbackURL, AuthToken authToken)
           
 void updateLease(Reservation reservation, UpdateData updateData, AuthToken authToken)
           
 void updateTicket(Reservation reservation, UpdateData updateData, AuthToken authToken)
           
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, 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

AgentServiceStub

public AgentServiceStub()
                 throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

AgentServiceStub

public AgentServiceStub(java.net.URL endpointURL,
                        javax.xml.rpc.Service service)
                 throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

AgentServiceStub

public AgentServiceStub(javax.xml.rpc.Service service)
                 throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

ticket

public void ticket(Reservation reservation,
                   java.lang.String callbackURL,
                   AuthToken authToken)
            throws java.rmi.RemoteException
Specified by:
ticket in interface AgentServicePortType
Throws:
java.rmi.RemoteException

extendTicket

public void extendTicket(Reservation reservation,
                         AuthToken authToken)
                  throws java.rmi.RemoteException
Specified by:
extendTicket in interface AgentServicePortType
Throws:
java.rmi.RemoteException

claim

public void claim(Reservation reservation,
                  java.lang.String callbackURL,
                  AuthToken authToken)
           throws java.rmi.RemoteException
Specified by:
claim in interface AgentServicePortType
Throws:
java.rmi.RemoteException

updateLease

public void updateLease(Reservation reservation,
                        UpdateData updateData,
                        AuthToken authToken)
                 throws java.rmi.RemoteException
Specified by:
updateLease in interface AgentServicePortType
Throws:
java.rmi.RemoteException

updateTicket

public void updateTicket(Reservation reservation,
                         UpdateData updateData,
                         AuthToken authToken)
                  throws java.rmi.RemoteException
Specified by:
updateTicket in interface AgentServicePortType
Throws:
java.rmi.RemoteException

tick

public void tick(long cycle,
                 AuthToken authToken)
          throws java.rmi.RemoteException
Specified by:
tick in interface AgentServicePortType
Throws:
java.rmi.RemoteException

query

public void query(PropertiesHolder properties,
                  AuthToken authToken)
           throws java.rmi.RemoteException
Specified by:
query in interface AgentServicePortType
Throws:
java.rmi.RemoteException


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.