public interface EJBMetaData
The meta-data is intended for development tools used for building applications that use deployed enterprise beans, and for clients using a scripting language to access the enterprise bean.
Note that the EJBMetaData is not a remote interface. The class that implements this interface (this class is typically generated by container tools) must be serializable, and must be a valid RMI/IDL value type.
Modifier and Type | Method and Description |
---|---|
EJBHome |
getEJBHome()
Obtain the remote home interface of the enterprise bean.
|
Class |
getHomeInterfaceClass()
Obtain the class object for the enterprise bean's remote home interface.
|
Class |
getPrimaryKeyClass()
Obtain the class object for the enterprise bean's primary key class.
|
Class |
getRemoteInterfaceClass()
Obtain the class object for the enterprise bean's remote interface.
|
boolean |
isSession()
Test if the enterprise bean's type is "session".
|
boolean |
isStatelessSession()
Test if the enterprise bean's type is "stateless session".
|
EJBHome getEJBHome()
Class getHomeInterfaceClass()
Class getRemoteInterfaceClass()
Class getPrimaryKeyClass()
boolean isSession()
boolean isStatelessSession()
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.