﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>语源科技BlogJava-tiger.you</title><link>http://www.blogjava.net/tiger.you/</link><description /><language>zh-cn</language><lastBuildDate>Sat, 26 Sep 2026 04:48:46 GMT</lastBuildDate><pubDate>Sat, 26 Sep 2026 04:48:46 GMT</pubDate><ttl>60</ttl><item><title>JMS Connection Factories</title><link>http://www.blogjava.net/tiger.you/archive/2005/08/10/9745.html</link><dc:creator>tiger.you</dc:creator><author>tiger.you</author><pubDate>Wed, 10 Aug 2005 13:44:00 GMT</pubDate><guid>http://www.blogjava.net/tiger.you/archive/2005/08/10/9745.html</guid><wfw:comment>http://www.blogjava.net/tiger.you/comments/9745.html</wfw:comment><comments>http://www.blogjava.net/tiger.you/archive/2005/08/10/9745.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/tiger.you/comments/commentRss/9745.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tiger.you/services/trackbacks/9745.html</trackback:ping><description><![CDATA[From: <BR>A connection factory is the object a client uses to create a connection with a provider.<BR>A connection factory encapsulates a set of connection configuration parameters<BR>that has been defined by an administrator. A pair of connection factories come<BR>preconfigured with the J2EE SDK and are accessible as soon as you start the service.<BR>Each connection factory is an instance of either the QueueConnectionFactory<BR>or the TopicConnectionFactory interface.<BR><BR>With the J2EE SDK, for example, you can use the default connection factory<BR>objects, named QueueConnectionFactory and TopicConnectionFactory, to create<BR>connections. You can also create new connection factories by using the following<BR>commands:<BR>j2eeadmin -addJmsFactory jndi_name queue<BR>j2eeadmin -addJmsFactory jndi_name topic<BR><BR><BR><img src ="http://www.blogjava.net/tiger.you/aggbug/9745.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tiger.you/" target="_blank">tiger.you</a> 2005-08-10 21:44 <a href="http://www.blogjava.net/tiger.you/archive/2005/08/10/9745.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>StandMBean 和 DynamicMBean的不同</title><link>http://www.blogjava.net/tiger.you/archive/2005/08/04/9172.html</link><dc:creator>tiger.you</dc:creator><author>tiger.you</author><pubDate>Thu, 04 Aug 2005 03:51:00 GMT</pubDate><guid>http://www.blogjava.net/tiger.you/archive/2005/08/04/9172.html</guid><wfw:comment>http://www.blogjava.net/tiger.you/comments/9172.html</wfw:comment><comments>http://www.blogjava.net/tiger.you/archive/2005/08/04/9172.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/tiger.you/comments/commentRss/9172.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/tiger.you/services/trackbacks/9172.html</trackback:ping><description><![CDATA[<P><BR>The only functional difference between the two is that the agent can obtain the<BR>self-description strings encoded in the dynamic MBean. Attributes and operations<BR>are associated with the explanation that the programmer provides for them.<BR><BR>MBeanInfo:&nbsp; Top-level object contraining arrays of metadata objects for all<BR>MBean elements;also includes the name of the MBean's Java class and<BR>a description string.</P>
<P>MBeanFeatureInfo:&nbsp; Parent class from which all other metadata objects inherit<BR>a name and a description string.</P>
<P>MBeanOperationInfo: Describes and operation:the return type, the signature <BR>as an array of parameters,and the impact(whether the operation just returns <BR>information or modifyies the resource)</P>
<P>MBeanConstructorInfo: Describes a constructor by its signature;</P>
<P>MBeanParameterInfo:&nbsp;Gives the type of a parameter in an operation <BR>or constructor signature;</P>
<P>MBeanAttributeInfo:&nbsp;Describes an attribute:its type,whether it is<BR>readable,and whether it is writable.</P>
<P>MBeanNotificationInfo:&nbsp;Contains an array of notification type strings.<BR><BR><BR>From Sun Docs.<BR><BR></P><img src ="http://www.blogjava.net/tiger.you/aggbug/9172.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/tiger.you/" target="_blank">tiger.you</a> 2005-08-04 11:51 <a href="http://www.blogjava.net/tiger.you/archive/2005/08/04/9172.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>