public abstract class AbstractClassRepository<T> extends Object implements IClassLoaderCacheStateListener
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractClassRepository()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract T | 
create(Class<?> type,
      T superTypeInfo,
      Object context)  | 
T | 
getByName(String typeName)  | 
T | 
getByName(String typeName,
         Object context)  | 
T | 
getByNameIfExists(String typeName)  | 
T | 
getByType(Class<?> type)  | 
void | 
onClassLoaderRemoved(Long classLoaderKey,
                    boolean explicit)  | 
public void onClassLoaderRemoved(Long classLoaderKey, boolean explicit)
onClassLoaderRemoved in interface IClassLoaderCacheStateListenerCopyright © GigaSpaces.