Searched defs:devRandomSource (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/
H A DManagerBase.java112 protected String devRandomSource="/dev/urandom"; field in class:ManagerBase
260 File f=new File( devRandomSource );
266 log.fine( "Opening " + devRandomSource );
548 devRandomSource=s;
549 File f=new File( devRandomSource );
555 log.fine( "Opening " + devRandomSource );
570 return devRandomSource;
969 if( devRandomSource!=null && randomIS==null ) {
970 setRandomFile( devRandomSource );
983 devRandomSource
[all...]

Completed in 250 milliseconds