/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/introspection/ |
H A D | ClassFile.java | 69 header = ByteBuffer.allocate(12000); 80 header = ByteBuffer.allocate((int) size);
|
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/logviewer/ |
H A D | WriterOutputStream.java | 64 private java.nio.ByteBuffer buf = ByteBuffer.allocate(1024); 65 private CharBuffer out = CharBuffer.allocate(1024);
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ |
H A D | Wrapper.java | 320 public Servlet allocate() throws ServletException; method in interface:Wrapper
|
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/ |
H A D | AdHocContextValve.java | 122 adHocServlet = adHocWrapper.allocate();
|
H A D | PEAccessLogValve.java | 1061 charBuffer = CharBuffer.allocate(bufferSize);
|
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/ |
H A D | Rejar.java | 160 ByteBuffer byteBuffer = ByteBuffer.allocate(Long.valueOf(je.getSize()).intValue());
|
/glassfish-3.1.2/extras/embedded/common/osgi-main/src/main/java/org/glassfish/uberjar/osgimain/ |
H A D | ModuleExtractor.java | 191 final ByteBuffer buf = ByteBuffer.allocate(BYTEBUFFER_SIZE);
|
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/ |
H A D | ResourceCache.java | 244 public boolean allocate(int space) { method in class:ResourceCache 252 // Increase the amount to free so that allocate won't have to run right
|
H A D | BaseDirContext.java | 270 public void allocate() { method in class:BaseDirContext
|
H A D | ProxyDirContext.java | 1641 if ((cache.lookup(name) == null) && cache.allocate(entry.size)) {
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/ |
H A D | StandardWrapperValve.java | 189 servlet = wrapper.allocate();
|
H A D | ApplicationDispatcher.java | 751 servlet = wrapper.allocate();
|
H A D | StandardWrapper.java | 1054 public synchronized Servlet allocate() throws ServletException { method in class:StandardWrapper 1077 (sm.getString("standardWrapper.allocate"), e); 1110 (sm.getString("standardWrapper.allocate"), e);
|
H A D | StandardContext.java | 4909 ((BaseDirContext)webappResources).allocate(); 4960 ((BaseDirContext)alternateWebappResources).allocate();
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/servlets/ |
H A D | InvokerServlet.java | 426 instance = wrapper.allocate(); 428 log(sm.getString("invokerServlet.allocate", inRequestURI), e); 452 (sm.getString("invokerServlet.allocate", inRequestURI), 456 log(sm.getString("invokerServlet.allocate", inRequestURI), e); 460 (sm.getString("invokerServlet.allocate", inRequestURI), e);
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/ |
H A D | FileUtils.java | 912 ByteBuffer byteBuffer = ByteBuffer.allocate(10240); 924 ByteBuffer byteBuffer = ByteBuffer.allocate(Long.valueOf(size).intValue());
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/ |
H A D | Request.java | 3771 cc.allocate(length, -1); 4282 read(ByteBuffer.allocate(1)) == -1;
|
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/server/ |
H A D | ApplicationLifecycle.java | 1054 ConfigBean newBean = ((ConfigBean)ConfigBean.unwrap(applications)).allocate(Application.class);
|