|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An IProxyService is a proxy for a remote IService. It handles invokations on a service interface by communicating with a remote IService with the help of an ITunnel.
Method Summary | |
boolean |
isReconnectable()
Returns true if this IProxyService can be reconnected to
an IService. |
void |
reconnect(ITunnel tunnel)
Tries to reconnect to the provided service. |
void |
setServiceTunnel(ITunnel tunnel)
Sets the ITunnel that should be used by this IProxyService. |
Methods inherited from interface org.caleigo.service.IService |
finalizeService, getCustomProxyService, getServiceIdentity, getServiceInterface, getServiceInterfaceClass, getServiceType, hasCustomProxyService, initializeService, ping |
Method Detail |
public boolean isReconnectable()
true
if this IProxyService can be reconnected to
an IService.
public void reconnect(ITunnel tunnel) throws ServiceException
ServiceException
public void setServiceTunnel(ITunnel tunnel)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |