|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.endpoint.AbstractEndpoint
public abstract class AbstractEndpoint
An implementation of Endpoint that holds the association with an optional SessionFactory.
Constructor Summary | |
---|---|
AbstractEndpoint()
|
|
AbstractEndpoint(SessionFactory factory)
|
Method Summary | |
---|---|
SessionFactory |
getSessionFactory()
The SessionFactory associated with this Endpoint, if the Endpoint is session aware. |
boolean |
isSessionAware()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.ejb3.endpoint.Endpoint |
---|
invoke |
Constructor Detail |
---|
public AbstractEndpoint()
public AbstractEndpoint(SessionFactory factory)
Method Detail |
---|
public SessionFactory getSessionFactory() throws java.lang.IllegalStateException
Endpoint
getSessionFactory
in interface Endpoint
java.lang.IllegalStateException
- if this Endpoint is not session awarepublic boolean isSessionAware()
isSessionAware
in interface Endpoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |