TaskBean API
0.5

glogic.sample.admin.server
Class AdminServiceStub

java.lang.Object
  extended byglogic.jthin.base.AbstractClientStub
      extended byglogic.sample.admin.server.AdminServiceStub
All Implemented Interfaces:
AdminServiceIF

public class AdminServiceStub
extends AbstractClientStub
implements AdminServiceIF

Client-side implementation of Admin service.

Author:
Sam Taha

Constructor Summary
AdminServiceStub(java.lang.String stBaseUrlPath)
          AdminService is the name servlet as defined in the web.xml file.
 
Method Summary
 ProductConfigBean[] getAllProductConfig()
           
 ProductConfigBean getProductConfig(java.lang.String stProductName)
           
 EnvStatusInfo getSystemInfo()
           
 boolean setProductConfig(ProductConfigBean bean)
           
 void setSystemInfo(EnvStatusInfo info)
           
 
Methods inherited from class glogic.jthin.base.AbstractClientStub
invoke, setSessionCookieName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminServiceStub

public AdminServiceStub(java.lang.String stBaseUrlPath)
AdminService is the name servlet as defined in the web.xml file.

Method Detail

setProductConfig

public boolean setProductConfig(ProductConfigBean bean)
                         throws WServiceAccessException,
                                ClientInvokeException
Specified by:
setProductConfig in interface AdminServiceIF
Throws:
WServiceAccessException
ClientInvokeException

getProductConfig

public ProductConfigBean getProductConfig(java.lang.String stProductName)
                                   throws WServiceAccessException,
                                          ClientInvokeException
Specified by:
getProductConfig in interface AdminServiceIF
Throws:
WServiceAccessException
ClientInvokeException

getAllProductConfig

public ProductConfigBean[] getAllProductConfig()
                                        throws WServiceAccessException,
                                               ClientInvokeException
Specified by:
getAllProductConfig in interface AdminServiceIF
Throws:
WServiceAccessException
ClientInvokeException

getSystemInfo

public EnvStatusInfo getSystemInfo()
                            throws WServiceAccessException,
                                   ClientInvokeException
Specified by:
getSystemInfo in interface AdminServiceIF
Throws:
WServiceAccessException
ClientInvokeException

setSystemInfo

public void setSystemInfo(EnvStatusInfo info)
                   throws WServiceAccessException,
                          ClientInvokeException
Specified by:
setSystemInfo in interface AdminServiceIF
Throws:
WServiceAccessException
ClientInvokeException

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.