Uses of Class
com.j_spaces.core.DropClassException
Packages that use DropClassException
Package
Description
Provides Space properties and security context services
Provides GigaSpaces administration services
-
Uses of DropClassException in com.gigaspaces.internal.client.cache.localcache.actions
Methods in com.gigaspaces.internal.client.cache.localcache.actions that throw DropClassExceptionModifier and TypeMethodDescriptionvoidLocalCacheImplAdminAction.dropClass(LocalCacheContainer spaceProxy, String className) -
Uses of DropClassException in com.gigaspaces.internal.client.cache.localview.actions
Methods in com.gigaspaces.internal.client.cache.localview.actions that throw DropClassExceptionModifier and TypeMethodDescriptionvoidLocalViewImplAdminAction.dropClass(LocalViewContainer spaceProxy, String className) -
Uses of DropClassException in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that throw DropClassException -
Uses of DropClassException in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions that throw DropClassExceptionModifier and TypeMethodDescriptionvoidabstract voidAdminProxyAction.dropClass(TSpaceProxy spaceProxy, String className) voidSpaceProxyImplAdminAction.dropClass(SpaceProxyImpl spaceProxy, String className) -
Uses of DropClassException in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that throw DropClassExceptionModifier and TypeMethodDescriptionvoidLRMISpaceImpl.dropClass(String className, SpaceContext sc) -
Uses of DropClassException in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that throw DropClassExceptionModifier and TypeMethodDescriptionvoidDrop all Class entries and all its templates from the space.voidSpaceImpl.dropClass(String className, SpaceContext sc) Drop all Class entries and all its templates from the space. -
Uses of DropClassException in com.gigaspaces.internal.server.space.metadata
Methods in com.gigaspaces.internal.server.space.metadata that throw DropClassException -
Uses of DropClassException in com.j_spaces.core
Methods in com.j_spaces.core that throw DropClassException -
Uses of DropClassException in com.j_spaces.core.admin
Methods in com.j_spaces.core.admin that throw DropClassExceptionModifier and TypeMethodDescriptionvoidIRemoteJSpaceAdmin.dropClass(String className, SpaceContext sc) Deprecated.Since 16.2 - use GigaSpaceTypeManager#unregisterTypeDescriptor method insteadvoidJSpaceAdminImpl.dropClass(String className, SpaceContext sc) voidJSpaceAdminProxy.dropClass(String className, SpaceContext sc)