|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas_ejb.container.JServiceEndpointHome
public abstract class JServiceEndpointHome
This class is a factory for JServiceEndpoint objects.
| Field Summary | |
|---|---|
protected JFactory |
bf
|
protected SessionStatelessDesc |
dd
|
protected static org.objectweb.util.monolog.api.Logger |
logger
Logger, used also in the generated part. |
protected static org.objectweb.util.monolog.api.Logger |
lognaming
|
protected static java.util.Map |
sehomeList
|
| Constructor Summary | |
|---|---|
JServiceEndpointHome(SessionStatelessDesc dd,
JStatelessFactory bf)
constructor |
|
| Method Summary | |
|---|---|
void |
checkSecurity(org.apache.axis.MessageContext msgContext)
Check security with the Meesage Context |
JServiceEndpoint |
create()
unique create method |
abstract JServiceEndpoint |
createServiceEndpointObject()
|
static JServiceEndpointHome |
getSEHome(java.lang.String beanName)
Get JServiceEndpointHome by its name used by HomeFactory to retrieve object from its reference. |
protected void |
register()
register this bean to JNDI (rebind) We register actually a Reference object. |
void |
resetCompCtx(javax.naming.Context ctx)
Restore old value |
javax.naming.Context |
setCompCtx()
Set the bean environment in current context |
protected void |
unregister()
unregister this bean in JNDI (unbind) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.objectweb.util.monolog.api.Logger logger
protected static org.objectweb.util.monolog.api.Logger lognaming
protected SessionStatelessDesc dd
protected JFactory bf
protected static java.util.Map sehomeList
| Constructor Detail |
|---|
public JServiceEndpointHome(SessionStatelessDesc dd,
JStatelessFactory bf)
dd - The Session Deployment Decriptorbf - The Session Factory| Method Detail |
|---|
protected void register()
throws javax.naming.NamingException
javax.naming.NamingException
protected void unregister()
throws javax.naming.NamingException
javax.naming.NamingExceptionpublic static JServiceEndpointHome getSEHome(java.lang.String beanName)
beanName - The Bean JNDI local Name
public JServiceEndpoint create()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic javax.naming.Context setCompCtx()
public void resetCompCtx(javax.naming.Context ctx)
public void checkSecurity(org.apache.axis.MessageContext msgContext)
public abstract JServiceEndpoint createServiceEndpointObject()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||