C E G H I J O P R T V

C

checkInitialized() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.EJBHomeInvocationHandler
 
checkInitialized() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.EJBObjectInvocationHandler
 
checkInitialized() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBHomeInvocationHandler
 
checkInitialized() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBObjectInvocationHandler
 
create(CMIReference) - Method in class org.ow2.carol.cmi.ejb2_1.pool.EJBObjectFactory
 
CreateMethodWrapper - Class in org.ow2.carol.cmi.ejb2_1.rpc.ha
Wrap a method 'create' and its arguments.
CreateMethodWrapper(String, String[], Object...) - Constructor for class org.ow2.carol.cmi.ejb2_1.rpc.ha.CreateMethodWrapper
 

E

EJBHomeFactory - Class in org.ow2.carol.cmi.ejb2_1.pool
Provide a specialization of the factory of CMIReferenceable for EJBHome.
EJBHomeFactory(ClusterViewManager) - Constructor for class org.ow2.carol.cmi.ejb2_1.pool.EJBHomeFactory
 
EJBHomeHandle - Class in org.ow2.carol.cmi.ejb2_1.spec
Extend the class CMIProxyHandleImpl in order to implement the interface HomeHandle.
EJBHomeHandle(String, String, EJBHome) - Constructor for class org.ow2.carol.cmi.ejb2_1.spec.EJBHomeHandle
 
EJBHomeInvocationHandler - Class in org.ow2.carol.cmi.ejb2_1.rpc
This class intercepts the invocations on the home interface of a stateless ejb2.
EJBHomeInvocationHandler(ClassLoader, ClusterViewManager, String, String, Class<? extends EJBHome>) - Constructor for class org.ow2.carol.cmi.ejb2_1.rpc.EJBHomeInvocationHandler
Build a new EJB2 Invocation Handler for the home interface.
EJBInvocationHandlerException - Exception in org.ow2.carol.cmi.ejb2_1.rpc
Exception thrown when an error occurs (due to cmi and not the business application) in EJBHomeInvocationHandler and EJBObjectInvocationHandler.
EJBInvocationHandlerException(String) - Constructor for exception org.ow2.carol.cmi.ejb2_1.rpc.EJBInvocationHandlerException
Constructs a new runtime exception with the specified detail message.
EJBInvocationHandlerException(String, Throwable) - Constructor for exception org.ow2.carol.cmi.ejb2_1.rpc.EJBInvocationHandlerException
Constructs a new runtime exception with the specified detail message and cause.
EJBObjectFactory - Class in org.ow2.carol.cmi.ejb2_1.pool
This is the pool factory to share stubs for EJBObject.
EJBObjectFactory(ClusterViewManager) - Constructor for class org.ow2.carol.cmi.ejb2_1.pool.EJBObjectFactory
 
EJBObjectHandle - Class in org.ow2.carol.cmi.ejb2_1.spec
Extend the class CMIProxyHandleImpl in order to implement the interface Handle.
EJBObjectHandle(String, String, EJBObject) - Constructor for class org.ow2.carol.cmi.ejb2_1.spec.EJBObjectHandle
 
EJBObjectInvocationHandler - Class in org.ow2.carol.cmi.ejb2_1.rpc
This class intercepts the invocations on the remote interface of a stateless ejb2.
EJBObjectInvocationHandler(ClassLoader, ClusterViewManager, String, String, Class<? extends EJBHome>, Class<? extends EJBObject>, EJBHome) - Constructor for class org.ow2.carol.cmi.ejb2_1.rpc.EJBObjectInvocationHandler
Build a new EJB2 Invocation Handler for the remote interface of a stateless.

G

getArgs() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.CreateMethodWrapper
 
getArgTypenames() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.CreateMethodWrapper
 
getCMIReferenceable(CMIReference, Object) - Method in class org.ow2.carol.cmi.ejb2_1.pool.EJBHomeFactory
 
getEJBHome() - Method in class org.ow2.carol.cmi.ejb2_1.spec.EJBHomeHandle
 
getEJBHome() - Method in class org.ow2.carol.cmi.ejb2_1.spec.JMetaData
 
getEJBObject() - Method in class org.ow2.carol.cmi.ejb2_1.spec.EJBObjectHandle
 
getHandle(CMIProxy) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.EJBHomeInvocationHandler
 
getHandle(CMIProxy) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.EJBObjectInvocationHandler
 
getHandle(CMIProxy) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBHomeInvocationHandler
 
getHandle(CMIProxy) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBObjectInvocationHandler
 
getHandleMethodName() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.EJBHomeInvocationHandler
 
getHandleMethodName() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBHomeInvocationHandler
 
getHomeInterfaceClass() - Method in class org.ow2.carol.cmi.ejb2_1.spec.JMetaData
 
getMethodName() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.CreateMethodWrapper
 
getPrimaryKeyClass() - Method in class org.ow2.carol.cmi.ejb2_1.spec.JMetaData
 
getRemoteInterfaceClass() - Method in class org.ow2.carol.cmi.ejb2_1.spec.JMetaData
 

H

HAEJBHomeInvocationHandler - Class in org.ow2.carol.cmi.ejb2_1.rpc.ha
This class intercepts the invocations on the home interface of a stateful ejb2.
HAEJBHomeInvocationHandler(ClassLoader, ClusterViewManager, String, String, Class<? extends EJBHome>) - Constructor for class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBHomeInvocationHandler
Build a new EJB2 Invocation Handler for the home interface.
HAEJBInvocationHandlerException - Exception in org.ow2.carol.cmi.ejb2_1.rpc.ha
Exception thrown when an error occurs (due to cmi and not the business application) in HAEJBObjectInvocationHandler.
HAEJBInvocationHandlerException(String) - Constructor for exception org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBInvocationHandlerException
Constructs a new runtime exception with the specified detail message.
HAEJBInvocationHandlerException(String, Throwable) - Constructor for exception org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBInvocationHandlerException
Constructs a new runtime exception with the specified detail message and cause.
HAEJBObjectInvocationHandler - Class in org.ow2.carol.cmi.ejb2_1.rpc.ha
This class intercepts the invocations on the remote interface of a stateful or entity ejb2.
HAEJBObjectInvocationHandler(ClassLoader, ClusterViewManager, String, String, Class<? extends EJBHome>, Class<? extends EJBObject>, EJBHome, SessionId, CreateMethodWrapper, CMIReferenceable<EJBObject>) - Constructor for class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBObjectInvocationHandler
Build a new EJB2 Invocation Handler.

I

invokeRemoteMethod(Object, Method, Object...) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.EJBHomeInvocationHandler
Handles remote methods.
invokeRemoteMethod(Object, Method, Object...) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.EJBObjectInvocationHandler
Handles remote methods.
invokeRemoteMethod(Object, Method, Object...) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBHomeInvocationHandler
Handles remote methods.
invokeRemoteMethod(Object, Method, Object...) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBObjectInvocationHandler
Handles remote methods.
isMatching(CMIReferenceable, CMIReference) - Method in class org.ow2.carol.cmi.ejb2_1.pool.EJBObjectFactory
 
isSession() - Method in class org.ow2.carol.cmi.ejb2_1.spec.JMetaData
 
isStatelessSession() - Method in class org.ow2.carol.cmi.ejb2_1.spec.JMetaData
 

J

JMetaData - Class in org.ow2.carol.cmi.ejb2_1.spec
Implementation of the interface EJBMetaData where the instance of EJBHome is a CMIProxy.
JMetaData(EJBHome, Class<? extends EJBHome>, Class<? extends EJBObject>, boolean, boolean, Class<?>) - Constructor for class org.ow2.carol.cmi.ejb2_1.spec.JMetaData
Constructor

O

onExceptionHook() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBObjectInvocationHandler
 
org.ow2.carol.cmi.ejb2_1.pool - package org.ow2.carol.cmi.ejb2_1.pool
 
org.ow2.carol.cmi.ejb2_1.rpc - package org.ow2.carol.cmi.ejb2_1.rpc
 
org.ow2.carol.cmi.ejb2_1.rpc.ha - package org.ow2.carol.cmi.ejb2_1.rpc.ha
 
org.ow2.carol.cmi.ejb2_1.spec - package org.ow2.carol.cmi.ejb2_1.spec
 

P

proxyToString(Object) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.EJBHomeInvocationHandler
Returns a string representation for a proxy that uses this invocation handler.
proxyToString(Object) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.EJBObjectInvocationHandler
Returns a string representation for a proxy that uses this invocation handler.
proxyToString(Object) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBHomeInvocationHandler
Returns a string representation for a proxy that uses this invocation handler.
proxyToString(Object) - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.HAEJBObjectInvocationHandler
Returns a string representation for a proxy that uses this invocation handler.

R

remove(CMIReferenceable) - Method in class org.ow2.carol.cmi.ejb2_1.pool.EJBObjectFactory
 

T

toString() - Method in class org.ow2.carol.cmi.ejb2_1.rpc.ha.CreateMethodWrapper
 

V

validate(CMIReferenceable, PoolEntryStatistics) - Method in class org.ow2.carol.cmi.ejb2_1.pool.EJBObjectFactory
 

C E G H I J O P R T V

Copyright © 2007 OW2 Consortium. All Rights Reserved.