Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- afterMessageDelivery() - Method in interface org.glassfish.ejb.api.MessageBeanListener
-
Post-delivery notification to the container.
- authorizeWebService(Method) - Method in interface org.glassfish.ejb.api.EJBInvocation
-
Use the underlying container to authorize this invocation
B
- beforeMessageDelivery(Method, boolean) - Method in interface org.glassfish.ejb.api.MessageBeanListener
-
Pre-delivery notification to the container.
C
- clean(DeploymentContext) - Method in interface org.glassfish.ejb.spi.CMPDeployer
- close() - Method in interface org.glassfish.ejb.spi.MessageBeanClient
-
MessageBeanContainer calls this to shutdown MessageBeanClient.
- CMPDeployer - Interface in org.glassfish.ejb.spi
- CMPService - Interface in org.glassfish.ejb.spi
- createMessageBeanClient(EjbMessageBeanDescriptor) - Method in interface org.glassfish.ejb.spi.MessageBeanClientFactory
- createMessageBeanListener(ResourceHandle) - Method in interface org.glassfish.ejb.api.MessageBeanProtocolManager
-
Create a MessageBeanListener.
- createMessageBeanProxy(InvocationHandler) - Method in interface org.glassfish.ejb.api.MessageBeanProtocolManager
D
- deliverMessage(Object[]) - Method in interface org.glassfish.ejb.api.MessageBeanListener
-
Deliver a message to a message bean instance.
- deploy(DeploymentContext) - Method in interface org.glassfish.ejb.spi.CMPDeployer
- destroyMessageBeanListener(MessageBeanListener) - Method in interface org.glassfish.ejb.api.MessageBeanProtocolManager
-
Return the MessageBeanListener to the container.
E
- EjbContainerInterceptor - Interface in org.glassfish.ejb.spi
-
Contract interface for registering EjbContainerInterceptor to the Ejb Container.
- EjbContainerServices - Interface in org.glassfish.ejb.api
-
Various container services needed by other modules.
- EjbEndpointFacade - Interface in org.glassfish.ejb.api
-
This interface provides services needed by the web services runtime to flow an invocation through the ejb container to an EJB web service endpoint.
- EJBInvocation - Interface in org.glassfish.ejb.api
-
This interface provides access to the exported portions of the ejb invocation object.
- endInvocation(ComponentInvocation) - Method in interface org.glassfish.ejb.api.EjbEndpointFacade
-
Perform post-processing for the web service endpoint invocation.
G
- getBusinessObject(Object, Class<S>) - Method in interface org.glassfish.ejb.api.EjbContainerServices
- getEJBContext() - Method in interface org.glassfish.ejb.api.EJBInvocation
- getEndpointClassLoader() - Method in interface org.glassfish.ejb.api.EjbEndpointFacade
-
Returns the application class loader associated with this web service endpoint.
- getJaccEjb() - Method in interface org.glassfish.ejb.api.EJBInvocation
-
Used by Jakarta Authorization implementation to get an enterprise bean instance for the EnterpriseBean policy handler.
- getMessage() - Method in interface org.glassfish.ejb.api.EJBInvocation
-
This is for EJB JAXWS only.
- getMethod() - Method in interface org.glassfish.ejb.api.EJBInvocation
- getMethodParams() - Method in interface org.glassfish.ejb.api.EJBInvocation
- getNestedException() - Method in exception class org.glassfish.ejb.api.ResourcesExceededException
- getPoolDescriptor() - Method in interface org.glassfish.ejb.api.MessageBeanProtocolManager
-
Returns the message-bean container's pool properties.
- getResourceHandle() - Method in interface org.glassfish.ejb.api.MessageBeanListener
- getWebServiceMethod() - Method in interface org.glassfish.ejb.api.EJBInvocation
I
- isAWebService() - Method in interface org.glassfish.ejb.api.EJBInvocation
- isCallerInRole(String) - Method in interface org.glassfish.ejb.api.EJBInvocation
- isDeliveryTransacted(Method) - Method in interface org.glassfish.ejb.api.MessageBeanProtocolManager
-
This is used by the message provider to find out whether message deliveries will be transacted or not.
- isEjbManagedObject(Object, Class) - Method in interface org.glassfish.ejb.api.EjbContainerServices
- isReady() - Method in interface org.glassfish.ejb.spi.CMPService
- isRemoved(Object) - Method in interface org.glassfish.ejb.api.EjbContainerServices
M
- MessageBeanClient - Interface in org.glassfish.ejb.spi
- MessageBeanClientFactory - Interface in org.glassfish.ejb.spi
- MessageBeanListener - Interface in org.glassfish.ejb.api
-
Lifecycle contract for a single MessageBeanListener.
- MessageBeanProtocolManager - Interface in org.glassfish.ejb.api
-
MessageBeanProtocolManager is implemented by the MessageBeanContainer and allows MessageBeanClients to create message bean listeners capable of receiving messages.
- MODULE_CLASSPATH - Static variable in interface org.glassfish.ejb.spi.CMPDeployer
O
- org.glassfish.ejb.api - package org.glassfish.ejb.api
- org.glassfish.ejb.spi - package org.glassfish.ejb.spi
P
- postInvoke(EjbDescriptor) - Method in interface org.glassfish.ejb.spi.EjbContainerInterceptor
-
User can set some useful informations after invoking the EJB application
- preInvoke(EjbDescriptor) - Method in interface org.glassfish.ejb.spi.EjbContainerInterceptor
-
User can set some useful informations before invoking the EJB application
- printStackTrace() - Method in exception class org.glassfish.ejb.api.ResourcesExceededException
- printStackTrace(PrintStream) - Method in exception class org.glassfish.ejb.api.ResourcesExceededException
- printStackTrace(PrintWriter) - Method in exception class org.glassfish.ejb.api.ResourcesExceededException
R
- registerEndpoint(WebServiceEndpoint, EjbEndpointFacade, Object, Class) - Method in interface org.glassfish.ejb.spi.WSEjbEndpointRegistry
-
This method will register an endpoint the EjbEndpointRegistry
- remove(Object) - Method in interface org.glassfish.ejb.api.EjbContainerServices
- ResourcesExceededException - Exception Class in org.glassfish.ejb.api
- ResourcesExceededException() - Constructor for exception class org.glassfish.ejb.api.ResourcesExceededException
- ResourcesExceededException(Exception) - Constructor for exception class org.glassfish.ejb.api.ResourcesExceededException
- ResourcesExceededException(String) - Constructor for exception class org.glassfish.ejb.api.ResourcesExceededException
- ResourcesExceededException(String, Exception) - Constructor for exception class org.glassfish.ejb.api.ResourcesExceededException
S
- setMessage(T) - Method in interface org.glassfish.ejb.api.EJBInvocation
-
This is for EJB JAXWS only.
- setResourceHandle(ResourceHandle) - Method in interface org.glassfish.ejb.api.MessageBeanListener
- setup(MessageBeanProtocolManager) - Method in interface org.glassfish.ejb.spi.MessageBeanClient
-
First method called by MessageBeanContainer during bootstrapping.
- setWebServiceContext(Object) - Method in interface org.glassfish.ejb.api.EJBInvocation
- setWebServiceMethod(Method) - Method in interface org.glassfish.ejb.api.EJBInvocation
- start() - Method in interface org.glassfish.ejb.spi.MessageBeanClient
-
MessageBeanContainer calls this when it is ready handle message delivery.
- startInvocation() - Method in interface org.glassfish.ejb.api.EjbEndpointFacade
-
Start an invocation for the EJB web service endpoint.
U
- unload(ClassLoader) - Method in interface org.glassfish.ejb.spi.CMPDeployer
- unregisterEndpoint(String) - Method in interface org.glassfish.ejb.spi.WSEjbEndpointRegistry
-
This method will unregister an endpoint the EjbEndpointRegistry
W
- WSEjbEndpointRegistry - Interface in org.glassfish.ejb.spi
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form