org.astrogrid.community.client.service
Interface CommunityServiceDelegate

All Known Subinterfaces:
AccountManagerDelegate, CommunityManagerDelegate, GroupManagerDelegate, GroupMemberManagerDelegate, PermissionManagerDelegate, PolicyManagerDelegate, PolicyServiceDelegate, ResourceManagerDelegate, SecurityManagerDelegate, SecurityServiceDelegate
All Known Implementing Classes:
CommunityServiceCoreDelegate, PolicyManagerCoreDelegate, PolicyManagerMockDelegate, PolicyManagerSoapDelegate, PolicyServiceCoreDelegate, PolicyServiceMockDelegate, PolicyServiceSoapDelegate, SecurityManagerCoreDelegate, SecurityManagerMockDelegate, SecurityManagerSoapDelegate, SecurityServiceCoreDelegate, SecurityServiceMockDelegate, SecurityServiceSoapDelegate

public interface CommunityServiceDelegate

Generic interface for all of our service delegates. This mirrors the CommunityService interface without the RemoteExceptions.


Method Summary
 org.astrogrid.community.common.service.data.ServiceStatusData getServiceStatus()
          Service health check.
 

Method Detail

getServiceStatus

public org.astrogrid.community.common.service.data.ServiceStatusData getServiceStatus()
                                                                               throws org.astrogrid.community.common.exception.CommunityServiceException
Service health check.

Throws:
org.astrogrid.community.common.exception.CommunityServiceException - If there is an server error.


Copyright © 2002-2007 AstroGrid. All Rights Reserved.