Searched refs:allocate (Results 1 - 18 of 18) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/introspection/
H A DClassFile.java69 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 DWriterOutputStream.java64 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 DWrapper.java320 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 DAdHocContextValve.java122 adHocServlet = adHocWrapper.allocate();
H A DPEAccessLogValve.java1061 charBuffer = CharBuffer.allocate(bufferSize);
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/
H A DRejar.java160 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 DModuleExtractor.java191 final ByteBuffer buf = ByteBuffer.allocate(BYTEBUFFER_SIZE);
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DResourceCache.java244 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 DBaseDirContext.java270 public void allocate() { method in class:BaseDirContext
H A DProxyDirContext.java1641 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 DStandardWrapperValve.java189 servlet = wrapper.allocate();
H A DApplicationDispatcher.java751 servlet = wrapper.allocate();
H A DStandardWrapper.java1054 public synchronized Servlet allocate() throws ServletException { method in class:StandardWrapper
1077 (sm.getString("standardWrapper.allocate"), e);
1110 (sm.getString("standardWrapper.allocate"), e);
H A DStandardContext.java4909 ((BaseDirContext)webappResources).allocate();
4960 ((BaseDirContext)alternateWebappResources).allocate();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/servlets/
H A DInvokerServlet.java426 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 DFileUtils.java912 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 DRequest.java3771 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 DApplicationLifecycle.java1054 ConfigBean newBean = ((ConfigBean)ConfigBean.unwrap(applications)).allocate(Application.class);

Completed in 78 milliseconds