|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RemoteServiceException in org.overlord.sramp.ui.client.services.growl |
|---|
| Methods in org.overlord.sramp.ui.client.services.growl with parameters of type RemoteServiceException | |
|---|---|
int |
IGrowlService.growl(String title,
String message,
RemoteServiceException error)
Called by clients to notify the user of an error. |
int |
GrowlService.growl(String title,
String message,
RemoteServiceException error)
|
void |
IGrowlService.onProgressError(int growlId,
String title,
RemoteServiceException error)
Called by clients to inform the growl service that a progress style growl has completed with an error. |
void |
GrowlService.onProgressError(int growlId,
String title,
RemoteServiceException error)
|
| Uses of RemoteServiceException in org.overlord.sramp.ui.client.util |
|---|
| Methods in org.overlord.sramp.ui.client.util with parameters of type RemoteServiceException | |
|---|---|
protected abstract void |
RemoteServiceAsyncCallback.onRemoteServiceFailure(RemoteServiceException caught)
Subclasses must implement this to handle the 'typical' case where an exception is thrown from a remote service. |
| Uses of RemoteServiceException in org.overlord.sramp.ui.client.views |
|---|
| Methods in org.overlord.sramp.ui.client.views with parameters of type RemoteServiceException | |
|---|---|
void |
ArtifactView.onArtifactLoadError(RemoteServiceException error)
|
void |
IArtifactView.onArtifactLoadError(RemoteServiceException error)
Called by the activity when the download of the full artifact details fails for some reason. |
void |
IBrowseView.onQueryFailed(RemoteServiceException error)
Called by the activity when the async query completes with an error. |
void |
BrowseView.onQueryFailed(RemoteServiceException error)
|
| Uses of RemoteServiceException in org.overlord.sramp.ui.client.widgets.dialogs |
|---|
| Constructors in org.overlord.sramp.ui.client.widgets.dialogs with parameters of type RemoteServiceException | |
|---|---|
ErrorDialog(String title,
String message,
RemoteServiceException error)
Constructor. |
|
| Uses of RemoteServiceException in org.overlord.sramp.ui.server.rsvcs |
|---|
| Methods in org.overlord.sramp.ui.server.rsvcs that throw RemoteServiceException | |
|---|---|
List<ArtifactSummary> |
QueryRemoteService.findArtifacts(PageInfo page,
ArtifactTypeFilter filter,
String nameFilter)
|
ArtifactDetails |
ArtifactRemoteService.getArtifactDetails(String model,
String type,
String artifactUUID)
|
Map<String,String> |
LocalizationRemoteService.getMessages()
|
| Uses of RemoteServiceException in org.overlord.sramp.ui.server.util |
|---|
| Methods in org.overlord.sramp.ui.server.util that return RemoteServiceException | |
|---|---|
static RemoteServiceException |
ExceptionUtils.createRemoteException(String message,
Throwable root)
Creates a remote exception that can be thrown to the client. |
static RemoteServiceException |
ExceptionUtils.createRemoteException(Throwable root)
Creates a remote exception that can be thrown to the client. |
| Uses of RemoteServiceException in org.overlord.sramp.ui.shared.rsvcs |
|---|
| Methods in org.overlord.sramp.ui.shared.rsvcs that throw RemoteServiceException | |
|---|---|
List<ArtifactSummary> |
IQueryRemoteService.findArtifacts(PageInfo page,
ArtifactTypeFilter filter,
String nameFilter)
Finds artfiacts. |
ArtifactDetails |
IArtifactRemoteService.getArtifactDetails(String model,
String type,
String artifactUUID)
Returns the full artifact details for a given artifact UUID. |
Map<String,String> |
ILocalizationRemoteService.getMessages()
Called to get all of the localized messages for the UI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||