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控制臺,提供了一個富客戶端。
|