glogic.sample.admin.server
Class AdminServiceStub
java.lang.Object
glogic.jthin.base.AbstractClientStub
glogic.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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminServiceStub
public AdminServiceStub(java.lang.String stBaseUrlPath)
AdminService is the name servlet as defined in the web.xml file.
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
Copyright © Grand Logic, Inc. All Rights Reserved.