bsh-deployer.xml
|
This file configures the bean shell deployer, which deploys bean shell scripts as JBoss services.
这个文件用来配置bean shell部署器(把bean shell脚本发布为JBoss服务)
|
cache-invalidation-service.xml
|
This is a service that allows for custom invalidation of the EJB caches via JMS notifications. It is disabled by default.
这个服务允许自定义的提除EJB cache。JBoss的Cahche invalidation机制。
|
client-deployer-service.xml
|
This is a service that provides support for J2EE application clients. It manages the java:comp/env enterprise naming context for client applications based on the application-client.xml descriptor.
提供给J2EE应用程序客户端的一个服务。它基于application-client.xml配置文件,管理java:comp/env企业级名字上下文给客户端程序使用。
|
ear-deployer.xml
|
The EAR deployer is the service responsible for deploying J2EE EAR files.
部署J2EE EAR应用的配置。
|
ejb-deployer.xml
|
The EJB deployer is the service responsible for deploying J2EE EJB JAR files.
部署J2EE EJB应用的配置。
|
hsqldb-ds.xml
|
hsqldb-ds.xml configures the Hypersonic embedded database service configuration file. It sets up the embedded database and related connection factories.
Hypersonic embedded database服务的配置文件
|
http-invoker.sar
|
http-invoker.sar contains the detached invoker that supports RMI over HTTP. It also contains the proxy bindings for accessing JNDI over HTTP.
http-invoker.sar包含了支持RMI over HTTP的调用者。它也包含通过HTTP存取JNDI的绑定。
|
jboss-aop-jdk50.deployer
|
This service configures the AspectManagerService and deploys JBoss AOP applications.
这个服务配置了AspectManagerService和部署JBoss AOP应用程序的功能。
|
jboss-bean.deployer
|
jboss-bean.deployer provides the JBoss microcontainer, which deploys POJO services wrapped in .beans files.
jboss-bean.deployer提供了JBoss微容器功能,通过它部署在.beans文件中包装了的POJO服务。
|
jboss-ha-local-jdbc.rar
|
jboss-ha-local-jdbc.rar is an experimental version of jboss-local-jdbc.rar that supports datasource failover.
jboss-ha-local-jdbc.rar是jboss-local-jdbc.rar一个实验性的版本,用来支持数据源失效。
|
jboss-ha-xa-jdbc.rar
|
jboss-ha-xa-jdbc.rar is an experimental version of jboss-xa-jdbc.rar that supports datasource failover.
jboss-ha-xa-jdbc.rar是boss-xa-jdbc.rar一个实验性的版本,用来支持数据源失效。
|
jboss-local-jdbc.rar
|
jboss-local-jdbc.rar is a JCA resource adaptor that implements the JCA ManagedConnectionFactory interface for JDBC drivers that support the DataSource interface but not JCA.
这是一个JCA的资源适配器,它实现的JCA ManagedConnectionFactory接口支持JDBC驱动提供DataSource接口,但不是JCA本身。
|
jboss-xa-jdbc.rar
|
jboss-xa-jdbc.rar is a JCA resource adaptor that implements the JCA ManagedConnectionFactory interface for JDBC drivers that support the XADataSource interface.
这是一个JCA的资源适配器,它实现的JCA ManagedConnectionFactory接口支持JDBC驱动提供XADataSource接口
|
jbossjca-service.xml
|
jbossjca-service.xml is the application server implementation of the JCA specification. It provides the connection management facilities for integrating resource adaptors into the JBoss server.
jbossjca-service.xml是应用服务器对JCA规范的实现。它提供了用于集成资源适配器到JBoss服务器的连接管理工具。
|
jboss-web.deployer
|
The jboss-web.deployer directory provides the Tomcat servlet engine.
jboss-web.deployer提供了tomcat servlet引擎。
|
jbossws.sar
|
jbossws.sar provides J2EE web services support.
提供了J2EE web服务支持。
|
jboss-messaging.sar/hsqldb-persistence-service.xml
|
hsqldb-persistencee-service.xml provides JMS state management using Hypersonic.
使用Hypersonic实现的JMS状态管理。
|
jboss-messaging.sar/destinations-service.xml
|
destinations-service.xml configures a number of JMS queues and topics used by the JMS unit tests.
配置一些给JMS单元测试用的JMS队列和主题。
|
jboss-messaging.sar/messaging-service.xml
|
The messaging-service.xml file configures the core JBoss Messaging JMS service.
配置核心JBoss消息系统的JMS服务。
|
jms-ra.rar
|
jms-ra.rar is a JCA resource adaptor that implements the JCA ManagedConnectionFactory interface for JMS connection factories.
jms-ra.rar是一个JCA资源适配器,它为JMS连接工厂实现了JCA ManagedConnectionFactory接口。
|
jmx-console.war
|
The jmx-console.war directory provides the JMX Console. The JMX Console provides a simple web interface for managing the MBean server.
jmx-console.war提供了JMX控制台。它提供了一个管理MBean服务器的简单web界面。
|
jmx-invoker-service.sar
|
jmx-invoker-service.sar is an unpacked MBean service archive that exposes a subset of the JMX MBeanServerinterface methods as an RMI interface to enable remote access to the JMX core functionality. This is similar to the legacy jmx-rmi-adaptor.sar, with the difference that the transport is handled by the detached invoker architecture.
以RMI接口的方式暴露MBeanServer接口的一个子集,允许远程存取。
|
jsr-88-service.xml
|
jsr-88-service.xml provides the JSR 88 remote deployment service.
提供JSR88远程部署服务。
|
mail-ra.rar
|
mail-ra.rar is a resource adaptor that provides a JavaMail connector.
一个提供JavaMail连接的资源适配器。
|
mail-service.xml
|
The mail-service.xml file is an MBean service descriptor that provides JavaMail sessions for use inside the JBoss server.
MBean服务描述,提供JavaMail会话供JBoss服务器内部使用。
|
management/console-mgr.sar
|
console-mgr.sar provides the Web Console. It is a web application/applet that provides a richer view of the JMX server management data than the JMX console. You may view the console using the URLhttp://localhost:8080/web-console/.
提供一个web控制台。相比JMX控制台,提供了一个富客户端。
|