|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface which provides read only access to some of the properties of a ConnectionFactory for use in the managed environment.
Note that this is a super interface of JmsConnectionFactory which provides setters for the getters defined here, and also getters and setters for other properties of the JmsConnectionFactory.
The ability of applications to use the other properties defined on JmsConnectionFactory is dependent on the environment in which it is being run.
Method Summary | |
---|---|
java.lang.String |
getBusName()
Retrieves the name of the bus to which Connections created from this ConnectionFactory will be connected. |
java.lang.String |
getClientID()
Returns the default clientID for this Connections created from this ConnectionFactory. |
java.lang.String |
getConnectionProximity()
Gets the connection proximity, which specifies the proximity of acceptable messaging engines. |
java.lang.String |
getDurableSubscriptionHome()
Retrieves the current value of the durable subscription home property. |
java.lang.String |
getMulticastInterface()
Determines the network adapter to use for multicast transmissions on a multi-homed system. |
java.lang.String |
getNonPersistentMapping()
Retrieve the Reliability that should be used for non persistent messages. |
java.lang.String |
getPersistentMapping()
Retrieve the Reliability that should be used for persistent messages. |
java.lang.String |
getProviderEndpoints()
Gets the provider endpoints, which are a comma separated list of end point triples of the the form { |
java.lang.String |
getReadAhead()
Retrieve the current setting for the ReadAhead property for this JmsConnectionFactory. |
java.lang.String |
getShareDurableSubscriptions()
Gets the current setting for the policy towards sharing of durable subscriptions. |
java.lang.String |
getSubscriptionProtocol()
Used to indicate the protocols that the client will accept for receiving messages. |
java.lang.String |
getTarget()
Gets the target, the name of a target that resolves to a group of messaging engines. |
java.lang.String |
getTargetSignificance()
Gets the target significance, which indicates the significance of the target group. |
java.lang.String |
getTargetTransportChain()
Gets the target transport chain, which is the name of the chain that should be used when connecting to a remote messaging engine. |
java.lang.String |
getTargetType()
Gets the target type, specifying the type of name in the Target Group property. |
java.lang.String |
getTemporaryQueueNamePrefix()
Gets the temporary queue name prefix. |
java.lang.String |
getTemporaryTopicNamePrefix()
Gets the temporary topic name prefix. |
java.lang.String |
getUserName()
Returns the default uesr name that will be used to create Connections when none is specified by the application or container. |
boolean |
isManaged()
Is this connection factory in a managed environment? |
Methods inherited from interface javax.jms.ConnectionFactory |
---|
createConnection, createConnection |
Method Detail |
public java.lang.String getClientID()
JmsConnectionFactory.setClientID(String)
public java.lang.String getNonPersistentMapping()
JmsConnectionFactory.setNonPersistentMapping(String)
public java.lang.String getPersistentMapping()
JmsConnectionFactory.setPersistentMapping(String)
public boolean isManaged()
public java.lang.String getReadAhead()
JmsConnectionFactory.setReadAhead(String)
public java.lang.String getDurableSubscriptionHome()
JmsConnectionFactory.setDurableSubscriptionHome(String)
public java.lang.String getTemporaryQueueNamePrefix()
Will return null if the prefix has not been set.
public java.lang.String getTemporaryTopicNamePrefix()
Will return null if the prefix has not been set.
public java.lang.String getBusName()
public java.lang.String getUserName()
public java.lang.String getTarget()
May return null if value has not been set.
public java.lang.String getTargetType()
ApiJmsConstants.TARGET_TYPE_BUSMEMBER
by default.
ApiJmsConstants.TARGET_TYPE_BUSMEMBER
,
ApiJmsConstants.TARGET_TYPE_CUSTOM
,
ApiJmsConstants.TARGET_TYPE_ME
public java.lang.String getTargetSignificance()
ApiJmsConstants.TARGET_SIGNIFICANCE_PREFERRED
,
ApiJmsConstants.TARGET_SIGNIFICANCE_REQUIRED
public java.lang.String getTargetTransportChain()
public java.lang.String getProviderEndpoints()
The default value for this property is null.
public java.lang.String getConnectionProximity()
ApiJmsConstants.CONNECTION_PROXIMITY_BUS
by default.
ApiJmsConstants.CONNECTION_PROXIMITY_BUS
public java.lang.String getShareDurableSubscriptions()
JmsConnectionFactory.setShareDurableSubscriptions(String)
public java.lang.String getMulticastInterface()
javax.jms.JMSException
public java.lang.String getSubscriptionProtocol()
javax.jms.JMSException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |