| java.lang.Object org.objectweb.jonas.ws.mbean.WebServicesObjectName
WebServicesObjectName | public class WebServicesObjectName (Code) | | ToolKit for WebServices Mbeans. It Helps to create ObjectNames for the
WebServices MBeans, simplify MBeans queries, ...
author: Guillaume Sauthier |
EJBMODULE | final public static String EJBMODULE(Code) | | j2eeType for EJB modules
|
HANDLER_TYPE | final public static String HANDLER_TYPE(Code) | | WebServiceHandler type property
|
J2EEAPPLICATION | final public static String J2EEAPPLICATION(Code) | | j2eeType for ear
|
J2EESERVER | final public static String J2EESERVER(Code) | | j2eeType for server instance
|
PORTCOMPONENT_TYPE | final public static String PORTCOMPONENT_TYPE(Code) | | WebServicePortComponent type property
|
WEBMODULE | final public static String WEBMODULE(Code) | | j2eeType for Web modules
|
WEBSERVICE_TYPE | final public static String WEBSERVICE_TYPE(Code) | | WebService type property
|
getEJBModule | public static ObjectName getEJBModule(ObjectName ear, String key)(Code) | | Parameters: ear - parent J2EEApplication's ObjectName Parameters: key - EJBModule name Returns a Query ObjectName used to find an EJBModulecoming from a particular J2EEApplication |
getServletQuery | public static ObjectName getServletQuery(ObjectName parent, String servletName)(Code) | | Parameters: parent - parent J2EEApplication's ObjectName Parameters: servletName - servlet name Returns a Query ObjectName used to find a Servletcoming from a particular J2EEApplication |
getStatelessSessionBeanQuery | public static ObjectName getStatelessSessionBeanQuery(ObjectName parent, String ejbName)(Code) | | Parameters: parent - parent ObjectName (J2EEApplication or J2EEModule subtype) Parameters: ejbName - SSB name Returns a Query ObjectName used to find a StatelessSessionBeancoming from a particular J2EEApplication/J2EEModule |
getWebModule | public static ObjectName getWebModule(ObjectName ear, String key)(Code) | | Parameters: ear - parent J2EEApplication's ObjectName Parameters: key - WebModule name Returns a Query ObjectName used to find an WebModulecoming from a particular J2EEApplication |
|
|