Save This Page
Home » openejb-3.0-src » org.apache » openejb » server » ejbd » [javadoc | source]
org.apache.openejb.server.ejbd
class: EjbRequestHandler [javadoc | source]
java.lang.Object
   org.apache.openejb.server.ejbd.EjbRequestHandler
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Field Summary
public static final  ServerSideResolver SERVER_SIDE_RESOLVER     
Constructor:
 EjbRequestHandler(EjbDaemon daemon) 
Method from org.apache.openejb.server.ejbd.EjbRequestHandler Summary:
checkMethodAuthorization,   doEjbHome_CREATE,   doEjbHome_FIND,   doEjbHome_GET_EJB_META_DATA,   doEjbHome_GET_HOME_HANDLE,   doEjbHome_METHOD,   doEjbHome_REMOVE_BY_HANDLE,   doEjbHome_REMOVE_BY_PKEY,   doEjbObject_BUSINESS_METHOD,   doEjbObject_GET_EJB_HOME,   doEjbObject_GET_HANDLE,   doEjbObject_GET_PRIMARY_KEY,   doEjbObject_IS_IDENTICAL,   doEjbObject_REMOVE,   newClusterableRequestHandler,   processRequest,   updateServer
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openejb.server.ejbd.EjbRequestHandler Detail:
 protected  void checkMethodAuthorization(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbHome_CREATE(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbHome_FIND(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbHome_GET_EJB_META_DATA(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbHome_GET_HOME_HANDLE(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbHome_METHOD(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbHome_REMOVE_BY_HANDLE(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbHome_REMOVE_BY_PKEY(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbObject_BUSINESS_METHOD(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbObject_GET_EJB_HOME(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbObject_GET_HANDLE(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbObject_GET_PRIMARY_KEY(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbObject_IS_IDENTICAL(EJBRequest req,
    EJBResponse res) throws Exception 
 protected  void doEjbObject_REMOVE(EJBRequest req,
    EJBResponse res) throws Exception 
 protected BasicClusterableRequestHandler newClusterableRequestHandler() 
 public  void processRequest(ObjectInputStream in,
    ObjectOutputStream out) 
 protected  void updateServer(EJBRequest req,
    EJBResponse res)