public class org.glassfish.web.deployment.runtime.Cache extends org.glassfish.web.deployment.runtime.WebPropertyContainer
{
public static final java.lang.String CACHE_HELPER;
public static final java.lang.String DEFAULT_HELPER;
public static final java.lang.String PROPERTY;
public static final java.lang.String CACHE_MAPPING;
public static final java.lang.String MAX_ENTRIES;
public static final java.lang.String TIMEOUT_IN_SECONDS;
public static final java.lang.String ENABLED;
public void <init>()
{
org.glassfish.web.deployment.runtime.Cache v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
specialinvoke v.<org.glassfish.web.deployment.runtime.WebPropertyContainer: void <init>()>();
virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: void setAttributeValue(java.lang.String,java.lang.Object)>("MaxEntries", "4096");
virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: void setAttributeValue(java.lang.String,java.lang.Object)>("TimeoutInSeconds", "30");
return;
}
public void setCacheHelper(int, org.glassfish.web.deployment.runtime.CacheHelper)
{
int v;
org.glassfish.web.deployment.runtime.Cache v;
org.glassfish.web.deployment.runtime.CacheHelper v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: int;
v := @parameter: org.glassfish.web.deployment.runtime.CacheHelper;
virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: void setValue(java.lang.String,int,java.lang.Object)>("CacheHelper", v, v);
return;
}
public org.glassfish.web.deployment.runtime.CacheHelper getCacheHelper(int)
{
int v;
org.glassfish.web.deployment.runtime.Cache v;
java.lang.Object v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: int;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: java.lang.Object getValue(java.lang.String,int)>("CacheHelper", v);
return v;
}
public void setCacheHelper(org.glassfish.web.deployment.runtime.CacheHelper[])
{
org.glassfish.web.deployment.runtime.CacheHelper[] v;
org.glassfish.web.deployment.runtime.Cache v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: org.glassfish.web.deployment.runtime.CacheHelper[];
virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: void setValue(java.lang.String,java.lang.Object)>("CacheHelper", v);
return;
}
public org.glassfish.web.deployment.runtime.CacheHelper[] getCacheHelper()
{
org.glassfish.web.deployment.runtime.Cache v;
java.lang.Object[] v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: java.lang.Object[] getValues(java.lang.String)>("CacheHelper");
return v;
}
public int sizeCacheHelper()
{
int v;
org.glassfish.web.deployment.runtime.Cache v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: int size(java.lang.String)>("CacheHelper");
return v;
}
public int addCacheHelper(org.glassfish.web.deployment.runtime.CacheHelper)
{
int v;
org.glassfish.web.deployment.runtime.Cache v;
org.glassfish.web.deployment.runtime.CacheHelper v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: org.glassfish.web.deployment.runtime.CacheHelper;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: int addValue(java.lang.String,java.lang.Object)>("CacheHelper", v);
return v;
}
public void addNewCacheHelper(org.glassfish.web.deployment.runtime.CacheHelper)
{
org.glassfish.web.deployment.runtime.Cache v;
org.glassfish.web.deployment.runtime.CacheHelper v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: org.glassfish.web.deployment.runtime.CacheHelper;
virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: int addCacheHelper(org.glassfish.web.deployment.runtime.CacheHelper)>(v);
return;
}
public int removeCacheHelper(org.glassfish.web.deployment.runtime.CacheHelper)
{
int v;
org.glassfish.web.deployment.runtime.Cache v;
org.glassfish.web.deployment.runtime.CacheHelper v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: org.glassfish.web.deployment.runtime.CacheHelper;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: int removeValue(java.lang.String,java.lang.Object)>("CacheHelper", v);
return v;
}
public void setDefaultHelper(org.glassfish.web.deployment.runtime.DefaultHelper)
{
org.glassfish.web.deployment.runtime.Cache v;
org.glassfish.web.deployment.runtime.DefaultHelper v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: org.glassfish.web.deployment.runtime.DefaultHelper;
virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: void setValue(java.lang.String,java.lang.Object)>("DefaultHelper", v);
return;
}
public org.glassfish.web.deployment.runtime.DefaultHelper getDefaultHelper()
{
org.glassfish.web.deployment.runtime.Cache v;
java.lang.Object v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: java.lang.Object getValue(java.lang.String)>("DefaultHelper");
return v;
}
public void setCacheMapping(int, org.glassfish.web.deployment.runtime.CacheMapping)
{
int v;
org.glassfish.web.deployment.runtime.Cache v;
org.glassfish.web.deployment.runtime.CacheMapping v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: int;
v := @parameter: org.glassfish.web.deployment.runtime.CacheMapping;
virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: void setValue(java.lang.String,int,java.lang.Object)>("CacheMapping", v, v);
return;
}
public org.glassfish.web.deployment.runtime.CacheMapping getCacheMapping(int)
{
int v;
org.glassfish.web.deployment.runtime.Cache v;
java.lang.Object v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: int;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: java.lang.Object getValue(java.lang.String,int)>("CacheMapping", v);
return v;
}
public void setCacheMapping(org.glassfish.web.deployment.runtime.CacheMapping[])
{
org.glassfish.web.deployment.runtime.Cache v;
org.glassfish.web.deployment.runtime.CacheMapping[] v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: org.glassfish.web.deployment.runtime.CacheMapping[];
virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: void setValue(java.lang.String,java.lang.Object)>("CacheMapping", v);
return;
}
public org.glassfish.web.deployment.runtime.CacheMapping[] getCacheMapping()
{
org.glassfish.web.deployment.runtime.Cache v;
java.lang.Object[] v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: java.lang.Object[] getValues(java.lang.String)>("CacheMapping");
return v;
}
public int sizeCacheMapping()
{
int v;
org.glassfish.web.deployment.runtime.Cache v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: int size(java.lang.String)>("CacheMapping");
return v;
}
public int addCacheMapping(org.glassfish.web.deployment.runtime.CacheMapping)
{
int v;
org.glassfish.web.deployment.runtime.Cache v;
org.glassfish.web.deployment.runtime.CacheMapping v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: org.glassfish.web.deployment.runtime.CacheMapping;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: int addValue(java.lang.String,java.lang.Object)>("CacheMapping", v);
return v;
}
public void addNewCacheMapping(org.glassfish.web.deployment.runtime.CacheMapping)
{
org.glassfish.web.deployment.runtime.Cache v;
org.glassfish.web.deployment.runtime.CacheMapping v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: org.glassfish.web.deployment.runtime.CacheMapping;
virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: int addCacheMapping(org.glassfish.web.deployment.runtime.CacheMapping)>(v);
return;
}
public int removeCacheMapping(org.glassfish.web.deployment.runtime.CacheMapping)
{
int v;
org.glassfish.web.deployment.runtime.Cache v;
org.glassfish.web.deployment.runtime.CacheMapping v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
v := @parameter: org.glassfish.web.deployment.runtime.CacheMapping;
v = virtualinvoke v.<org.glassfish.web.deployment.runtime.Cache: int removeValue(java.lang.String,java.lang.Object)>("CacheMapping", v);
return v;
}
public boolean verify()
{
org.glassfish.web.deployment.runtime.Cache v;
v := @this: org.glassfish.web.deployment.runtime.Cache;
return 1;
}
}