public class Container extends Object
| Constructor and Description |
|---|
Container(Cache c,
Class cl,
Object k,
boolean readOptimization,
boolean forceNew,
List<String> methods,
Object... initArgs) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(boolean keepPersistent) |
Class |
getClazz() |
Object |
getProxy() |
void |
onCacheModification(CacheEntryEvent event)
Deprecated.
|
String |
toString() |
public Container(Cache c, Class cl, Object k, boolean readOptimization, boolean forceNew, List<String> methods, Object... initArgs) throws IOException, ClassNotFoundException, IllegalAccessException, InstantiationException, InterruptedException, ExecutionException, NoSuchMethodException, InvocationTargetException
@Deprecated public void onCacheModification(CacheEntryEvent event)
event - of class CacheEntryModifiedEventpublic void dispose(boolean keepPersistent)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic Object getProxy()
public Class getClazz()
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.