glogic.sample.admin.server
Interface AdminServiceIF
- All Known Implementing Classes:
- AdminServiceImp, AdminServiceStub
- public interface AdminServiceIF
Messaging service interface for this Admin application.
- Author:
- Sam Taha
setProductConfig
public boolean setProductConfig(ProductConfigBean bean)
throws WServiceAccessException
- Throws:
WServiceAccessException
getProductConfig
public ProductConfigBean getProductConfig(java.lang.String stProductName)
throws WServiceAccessException
- Throws:
WServiceAccessException
getAllProductConfig
public ProductConfigBean[] getAllProductConfig()
throws WServiceAccessException
- Throws:
WServiceAccessException
getSystemInfo
public EnvStatusInfo getSystemInfo()
throws WServiceAccessException
- Throws:
WServiceAccessException
setSystemInfo
public void setSystemInfo(EnvStatusInfo info)
throws WServiceAccessException
- Throws:
WServiceAccessException
Copyright © Grand Logic, Inc. All Rights Reserved.