|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EJBMetaData
Metadata of EJB provided to the client.
| 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 | |||||||||