|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.astrogrid.community.client.service.CommunityServiceCoreDelegate
The core delegate for our service delegates. This acts as a wrapper for a CommunityService, and converts RemoteExceptions into CommunityServiceException.
CommunityService| Constructor Summary | |
CommunityServiceCoreDelegate()
Public constructor. |
|
| Method Summary | |
protected org.astrogrid.community.common.service.CommunityService |
getCommunityService()
Get a reference to our CommunityService. |
org.astrogrid.community.common.service.data.ServiceStatusData |
getServiceStatus()
Service health check. |
void |
identifierException(java.rmi.RemoteException ouch)
A converter utility to unpack a CommunityIdentifierException from a RemoteException. |
void |
policyException(java.rmi.RemoteException ouch)
A converter utility to unpack a CommunityPolicyException from a RemoteException. |
void |
resourceException(java.rmi.RemoteException ouch)
A converter utility to unpack a CommunityResourceException from a RemoteException. |
void |
securityException(java.rmi.RemoteException ouch)
A converter utility to unpack a CommunitySecurityException from a RemoteException. |
void |
serviceException(java.rmi.RemoteException ouch)
A converter utility to unpack a CommunityServiceException from a RemoteException. |
protected void |
setCommunityService(org.astrogrid.community.common.service.CommunityService service)
Set our our CommunityService. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommunityServiceCoreDelegate()
| Method Detail |
protected org.astrogrid.community.common.service.CommunityService getCommunityService()
protected void setCommunityService(org.astrogrid.community.common.service.CommunityService service)
public org.astrogrid.community.common.service.data.ServiceStatusData getServiceStatus()
throws org.astrogrid.community.common.exception.CommunityServiceException
getServiceStatus in interface org.astrogrid.community.common.service.CommunityServiceorg.astrogrid.community.common.exception.CommunityServiceException - If there is an server error.
public void serviceException(java.rmi.RemoteException ouch)
throws org.astrogrid.community.common.exception.CommunityServiceException
org.astrogrid.community.common.exception.CommunityServiceException - If the RemoteException cause was a CommunityServiceException.
public void identifierException(java.rmi.RemoteException ouch)
throws org.astrogrid.community.common.exception.CommunityIdentifierException
org.astrogrid.community.common.exception.CommunityIdentifierException - If the RemoteException cause was a CommunityIdentifierException.
public void securityException(java.rmi.RemoteException ouch)
throws org.astrogrid.community.common.exception.CommunitySecurityException
org.astrogrid.community.common.exception.CommunitySecurityException - If the RemoteException cause was a CommunitySecurityException.
public void resourceException(java.rmi.RemoteException ouch)
throws org.astrogrid.community.common.exception.CommunityResourceException
org.astrogrid.community.common.exception.CommunityResourceException - If the RemoteException cause was a CommunitySecurityException.
public void policyException(java.rmi.RemoteException ouch)
throws org.astrogrid.community.common.exception.CommunityPolicyException
org.astrogrid.community.common.exception.CommunityPolicyException - If the RemoteException cause was a CommunityPolicyException.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||