Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » security » plugins » [javadoc | source]
org.jboss.security.plugins
public static class: JaasSecurityManagerService.DefaultCacheObjectFactory [javadoc | source]
java.lang.Object
   org.jboss.security.plugins.JaasSecurityManagerService$DefaultCacheObjectFactory

All Implemented Interfaces:
    InvocationHandler, ObjectFactory

java:/timedCacheFactory ObjectFactory implementation
Method from org.jboss.security.plugins.JaasSecurityManagerService$DefaultCacheObjectFactory Summary:
getObjectInstance,   invoke
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.security.plugins.JaasSecurityManagerService$DefaultCacheObjectFactory Detail:
 public Object getObjectInstance(Object obj,
    Name name,
    Context nameCtx,
    Hashtable environment) throws Exception 
    Object factory implementation. This method returns a Context proxy that is only able to handle a lookup operation for an atomic name of a security domain.
 public Object invoke(Object obj,
    Method method,
    Object[] args) throws Throwable 
    This is the InvocationHandler callback for the Context interface that was created by out getObjectInstance() method. All this does is create a new TimedCache instance.