JSPservletPkg
Class JSPhandler.ClassEntry.ServletInfo

java.lang.Object
  |
  +--JSPservletPkg.JSPhandler.ClassEntry.ServletInfo

class JSPhandler.ClassEntry.ServletInfo
extends java.lang.Object

Class of servletObjects entries. It wraps Servlet with its protection domain.


Field Summary
(package private)  JSPloader.ProtectionDomainInfo pdi
          Production Domain wrapper around the PD used to define the class.
(package private)  JSPservletPkg.Servlet servlet
          Embedded servlet.
 
Constructor Summary
(package private) JSPhandler.ClassEntry.ServletInfo(JSPhandler.ClassEntry ce, java.lang.String className, JSPservletPkg.Servlet servlet)
          Constructor.
 
Method Summary
(package private)  boolean check()
          check if the credential the class has been defined with are not revoked.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

servlet

JSPservletPkg.Servlet servlet
Embedded servlet.

pdi

JSPloader.ProtectionDomainInfo pdi
Production Domain wrapper around the PD used to define the class.
Constructor Detail

JSPhandler.ClassEntry.ServletInfo

JSPhandler.ClassEntry.ServletInfo(JSPhandler.ClassEntry ce,
                                  java.lang.String className,
                                  JSPservletPkg.Servlet servlet)
Constructor.
Parameters:
ce - ClassEntry creating ServletInfo.
className - class name of the embedded Servlet.
servlet - embedded Servlet.
Method Detail

check

final boolean check()
check if the credential the class has been defined with are not revoked.