upload
Sun Microsystems Inc.
行业: Computer
Number of terms: 4807
Number of blossaries: 1
Company Profile:
Sun Microsystems is a multinational vendor of computers, computer software and hardware, and information technology services.
An object that provides the life-cycle operations (create, remove, find) for an enterprise bean. The class for the EJB home object is generated by the container's deployment tools. The EJB home object implements the enterprise bean's home interface. The client references an EJB home object to perform life-cycle operations on an EJB object. The client uses JNDI to locate an EJB home object.
Industry:Computer
An object that identifies an enterprise bean. A client can serialize the handle and then later deserialize it to obtain a reference to the enterprise bean.
Industry:Computer
An object that encapsulates the shared state information regarding security between two entities.
Industry:Computer
An object that contains a servlet's view of the Web application within which the servlet is running. Using the context, a servlet can log events, obtain URL references to resources, and set and store attributes that other servlets in the context can use.
Industry:Computer
An object that can transform the header or content (or both) of a request or response. Filters differ from Web components in that they usually do not themselves create responses but rather modify or adapt the requests for a resource, and modify or adapt responses from a resource. A filter should not have any dependencies on a Web resource for which it is acting as a filter so that it can be composable with more than one type of Web resource.
Industry:Computer
An object that can be used to obtain a reference to the home interface. A home handle can be serialized and written to stable storage and deserialized to obtain the reference.
Industry:Computer
An object that allows an enterprise bean to invoke services provided by the container and to obtain the information about the caller of a client-invoked method.
Industry:Computer
An object created by a JMS session that is used for sending messages to a destination.
Industry:Computer
An object created by a JMS session that is used for receiving messages sent to a destination.
Industry:Computer
An object bound into the context associated with a servlet.
Industry:Computer