Java javax.ejb EJBMetaData fields, constructors, methods, implement or subclass

Example usage for Java javax.ejb EJBMetaData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.ejb EJBMetaData.

The text is from its open source code.

Method

booleanisSession()
Test if the enterprise bean's type is "session".
booleanisStatelessSession()
Test if the enterprise bean's type is "stateless session".