TaskBean API
0.5

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

Method Summary
 ProductConfigBean[] getAllProductConfig()
           
 ProductConfigBean getProductConfig(java.lang.String stProductName)
           
 EnvStatusInfo getSystemInfo()
           
 boolean setProductConfig(ProductConfigBean bean)
           
 void setSystemInfo(EnvStatusInfo info)
           
 

Method Detail

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

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.