|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionMetaData | |
org.jboss.metadata | Package description goes here. |
org.jboss.verifier.strategy | Package description goes here. |
Uses of SessionMetaData in org.jboss.metadata |
Constructors in org.jboss.metadata with parameters of type SessionMetaData | |
EjbPortComponentMetaData(SessionMetaData sessionMetaData)
|
Uses of SessionMetaData in org.jboss.verifier.strategy |
Methods in org.jboss.verifier.strategy with parameters of type SessionMetaData | |
void |
VerificationStrategy.checkSession(SessionMetaData session)
Checks the session |
void |
EJBVerifier21.checkSession(SessionMetaData session)
|
protected boolean |
EJBVerifier21.verifyServiceEndpoint(SessionMetaData session)
Verify Session Bean Service Endpoint |
protected boolean |
EJBVerifier21.hasServiceEndpointInterfaces(SessionMetaData bean)
Check whether the bean has declared service endpoint interfaces and whether we can load the defined classes |
void |
EJBVerifier20.checkSession(SessionMetaData session)
|
protected boolean |
EJBVerifier20.verifySessionHome(SessionMetaData session)
Verifies the session bean remote home interface against the EJB 2.0 specification. |
protected boolean |
EJBVerifier20.verifySessionLocalHome(SessionMetaData session)
Verifies the session bean local home interface against the EJB 2.0 specification. |
protected boolean |
EJBVerifier20.verifySessionRemote(SessionMetaData session)
|
protected boolean |
EJBVerifier20.verifySessionLocal(SessionMetaData session)
|
protected boolean |
EJBVerifier20.verifySessionBean(SessionMetaData session)
|
void |
EJBVerifier11.checkSession(SessionMetaData session)
Verifies the session bean class, home interface and remote interface against the EJB 1.1 specification. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |