| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EJBMetaData
The EJBMetaData interface allows a client to obtain the enterprise bean's meta-data information.
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.
| Method Summary | |
|---|---|
 EJBHome | 
getEJBHome()
Obtain the remote home interface of the enterprise bean.  | 
 java.lang.Class | 
getHomeInterfaceClass()
Obtain the class object for the enterprise bean's remote home interface.  | 
 java.lang.Class | 
getPrimaryKeyClass()
Obtain the class object for the enterprise bean's primary key class.  | 
 java.lang.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".  | 
| Method Detail | 
|---|
EJBHome getEJBHome()
java.lang.Class getHomeInterfaceClass()
java.lang.Class getRemoteInterfaceClass()
java.lang.Class getPrimaryKeyClass()
boolean isSession()
boolean isStatelessSession()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41