|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.service.ejb.StatelessSessionBeanService
StatelessSessionBeanService
Field Summary |
Fields inherited from interface electric.glue.IGLUELoggingConstants |
CLUSTER_DEBUG_EVENT, CLUSTER_EVENT, CONSOLE_DEBUG_EVENT, DEPLOY_EVENT, DETECTORS_EVENT, HTTP_EVENT, JMS_EVENT, REBINDING_EVENT, SECURITY_DEBUG_EVENT, SECURITY_DETAIL_EVENT, SERVLET_EVENT, SOAP_EVENT |
Fields inherited from interface electric.xml.IEXMLLoggingConstants |
MAPPING_EVENT, SCHEMA_EVENT |
Fields inherited from interface electric.util.log.ILoggingConstants |
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT |
Constructor Summary | |
StatelessSessionBeanService(java.lang.String contextFactory,
java.lang.String url,
java.lang.String jndiName)
|
|
StatelessSessionBeanService(java.lang.String contextFactory,
java.lang.String url,
java.lang.String jndiName,
java.lang.String homeClassName)
|
Method Summary | |
static void |
create(java.lang.String name,
java.lang.String contextFactory,
java.lang.String url,
java.lang.String jndiName,
java.lang.String homeClassName)
Deprecated. |
static void |
create(java.lang.String name,
java.lang.String contextFactory,
java.lang.String url,
java.lang.String jndiName,
java.lang.String homeClassName,
Context ctx)
Deprecated. |
static void |
disable()
|
static void |
enable()
|
java.lang.ClassLoader |
getClassLoader()
|
Context |
getContext()
|
java.lang.String |
getDescription()
Return the service description. |
protected XURL[] |
getEndpoints()
|
protected java.lang.Class |
getInterface()
|
java.lang.String |
getNamespace()
Return the namespace. |
IReference |
getReference()
Return a reference to this service. |
WSDL |
getWSDL()
Return WSDL for this service. |
Value |
invoke(java.lang.reflect.Method method,
java.lang.Object[] args,
Context context)
Invoke the operation associated with a particular method, using the specified arguments. |
Value |
invoke(java.lang.String method,
java.lang.Object[] args,
java.lang.Class[] argTypes,
Context context)
Invoke the operation associated with a particular method, using the specified arguments and argument types. |
Value |
invoke(java.lang.String method,
java.lang.String[] args,
Context context)
Invoke the operation associated with a particular method, using the specified arguments. |
static boolean |
isEnabled()
|
void |
setContext(Context context)
|
void |
setDescription(java.lang.String description)
Set the service description. |
void |
setNamespace(java.lang.String namespace)
Set the namespace. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatelessSessionBeanService(java.lang.String contextFactory, java.lang.String url, java.lang.String jndiName) throws java.lang.Exception
contextFactory
- url
- jndiName
-
java.lang.Exception
public StatelessSessionBeanService(java.lang.String contextFactory, java.lang.String url, java.lang.String jndiName, java.lang.String homeClassName) throws java.lang.Exception
contextFactory
- url
- jndiName
- homeClassName
-
java.lang.Exception
Method Detail |
public Context getContext()
getContext
in interface IContextHolder
public void setContext(Context context)
setContext
in interface IContextHolder
context
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
namespace
- public Value invoke(java.lang.reflect.Method method, java.lang.Object[] args, Context context) throws java.lang.Throwable
invoke
in interface IReference
method
- The method to invokeargs
- The arguments.context
- The context.
java.lang.Throwable
- If an exception occurs.public Value invoke(java.lang.String method, java.lang.Object[] args, java.lang.Class[] argTypes, Context context) throws java.lang.Throwable
invoke
in interface IReference
method
- The name of the method to invokeargs
- The arguments.argTypes
- The type of the arguments,.context
- The context.
java.lang.Throwable
- If an exception occurs.public Value invoke(java.lang.String method, java.lang.String[] args, Context context) throws java.lang.Throwable
invoke
in interface IReference
method
- The name of the method to invokeargs
- The arguments, expressed as strings.context
- The context.
java.lang.Throwable
- If an exception occurs.public IReference getReference()
getReference
in interface IService
public java.lang.ClassLoader getClassLoader()
getClassLoader
in interface IHasClassLoader
public WSDL getWSDL()
getWSDL
in interface IService
public static void enable()
public static boolean isEnabled()
public static void disable()
public static void create(java.lang.String name, java.lang.String contextFactory, java.lang.String url, java.lang.String jndiName, java.lang.String homeClassName) throws java.lang.Exception
name
- contextFactory
- url
- jndiName
- homeClassName
-
java.lang.Exception
public static void create(java.lang.String name, java.lang.String contextFactory, java.lang.String url, java.lang.String jndiName, java.lang.String homeClassName, Context ctx) throws java.lang.Exception
name
- contextFactory
- url
- jndiName
- homeClassName
- ctx
-
java.lang.Exception
protected XURL[] getEndpoints() throws java.net.MalformedURLException
java.net.MalformedURLException
protected java.lang.Class getInterface() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |