Method Summary |
|
public void | setup() Gets an instance of the bean. |
public void | testSFLocal() Verifies if stateful bean that has the local interface defined by the
annotation local and does not implement the local interface can be
deployed. |
public void | testSFRemote() Verifies if stateful bean that has the remote interface defined by the
annotation remote and does not implement the local interface can be
deployed. |
public void | testSLLocal() Verifies if stateless bean that has the local interface defined by the
annotation local and does not implement the local interface can be
deployed. |
public void | testSLRemote() Verifies if stateless bean that has the remote interface defined by the
annotation remote and does not implement the local interface can be
deployed. |