GigaSpaces XAP 8.0 API

Uses of Class
org.openspaces.admin.AdminException

Packages that use AdminException
org.openspaces.admin Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance. 
org.openspaces.admin.alert Support for managing Alerts through the Admin API. 
org.openspaces.admin.alert.config.parser   
org.openspaces.admin.application   
org.openspaces.admin.bean Support for managing admin Beans through the Admin API. 
org.openspaces.admin.dump   
org.openspaces.admin.pu Support for managing of Processing Unit(s) through the Admin API. 
 

Uses of AdminException in org.openspaces.admin
 

Methods in org.openspaces.admin that throw AdminException
 DumpResult Admin.generateDump(Set<DumpProvider> dumpProviders, DumpGeneratedListener listener, String cause, Map<String,Object> context, String... processor)
          Generates dump for an explicit set of dump providers.
 LogEntries LogProviderGridComponent.logEntries(LogEntryMatcher matcher)
          Returns the log entries matching the given matcher for the specific grid component.
 LogEntries LogProviderGridComponent.logEntriesDirect(LogEntryMatcher matcher)
          Same as LogProviderGridComponent.logEntries(com.gigaspaces.log.LogEntryMatcher), but does not try and get the logs from the agent.
 

Uses of AdminException in org.openspaces.admin.alert
 

Subclasses of AdminException in org.openspaces.admin.alert
 class AlertConfigurationException
          An alert configuration exception; the Throwable.getCause() can be one the subclasses of BeanConfigException.
 

Uses of AdminException in org.openspaces.admin.alert.config.parser
 

Subclasses of AdminException in org.openspaces.admin.alert.config.parser
 class AlertConfigurationParserException
          An exception thrown on a parsing error from AlertConfigurationParser.
 

Uses of AdminException in org.openspaces.admin.application
 

Subclasses of AdminException in org.openspaces.admin.application
 class ApplicationAlreadyDeployedException
           
 

Uses of AdminException in org.openspaces.admin.bean
 

Subclasses of AdminException in org.openspaces.admin.bean
 class BeanConfigException
          Base class for all admin Bean configuration exceptions.
 class BeanConfigNotFoundException
          Exception indicating that a configuration for a bean by this name can't be found (has not been added or has been removed).
 class BeanConfigurationClassCastException
          Indicates the bean does not implement the required interfaces.
 class BeanConfigurationException
          Exception indicating that a misconfiguration occurred when initializing a bean (such as failure to set an essential property).
 class BeanInitializationException
          Exception indicating that an initialization of a bean failed.
 class EnabledBeanConfigCannotBeChangedException
          Exception indicating that a configuration for an already enabled bean can't be changed unless first disabled.
 

Uses of AdminException in org.openspaces.admin.dump
 

Methods in org.openspaces.admin.dump that throw AdminException
 void CompoundDumpResult.download(File target, DumpDownloadListener listener)
           
 void DumpResult.download(File target, DumpDownloadListener listener)
          Downloads the dump into the target file.
 void CompoundDumpResult.download(File targetDirectory, String fileName, DumpDownloadListener listener)
           
 void DumpResult.download(File targetDirectory, String fileName, DumpDownloadListener listener)
          Downloads the dump into the target file.
 DumpResult DumpProvider.generateDump(String cause, Map<String,Object> context)
          Generates dump for all the provided dump processors.
 DumpResult DumpProvider.generateDump(String cause, Map<String,Object> context, String... processor)
          Generates dump for the provided processors.
 

Uses of AdminException in org.openspaces.admin.pu
 

Subclasses of AdminException in org.openspaces.admin.pu
 class ProcessingUnitAlreadyDeployedException
           
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.