Uses of Interface
com.sun.enterprise.connectors.jms.config.JmsHost
-
Packages that use JmsHost Package Description com.sun.enterprise.connectors.jms.config com.sun.enterprise.connectors.jms.system -
-
Uses of JmsHost in com.sun.enterprise.connectors.jms.config
Methods in com.sun.enterprise.connectors.jms.config that return types with arguments of type JmsHost Modifier and Type Method Description List<JmsHost>JmsService. getJmsHost()Gets the value of the jmsHost property. -
Uses of JmsHost in com.sun.enterprise.connectors.jms.system
Classes in com.sun.enterprise.connectors.jms.system that implement JmsHost Modifier and Type Class Description classJmsHostWrapperA wrapper class for the JmsHost serverbean since you cannot clone JmsHost elements without being a part of a transaction This class is primaritly used to create copies of the default jmshost element during auto-clusteringMethods in com.sun.enterprise.connectors.jms.system that return JmsHost Modifier and Type Method Description JmsHostMQAddressList. getDefaultJmsHost(JmsService jmsService)protected JmsHostActiveJmsResourceAdapter. getJmsHost()Methods in com.sun.enterprise.connectors.jms.system that return types with arguments of type JmsHost Modifier and Type Method Description Map<String,JmsHost>MQAddressList. getResolvedLocalJmsHostsInMyCluster(boolean includeMe)Methods in com.sun.enterprise.connectors.jms.system with parameters of type JmsHost Modifier and Type Method Description voidActiveJmsResourceAdapter. addJmsHost(JmsHost host)Adds the JmsHost to the MQAddressList of the resource adapter.voidMQAddressList. addMQUrl(JmsHost host)Creates an instance of MQUrl from JmsHost element in the dtd and add it to the addresslist.static MQUrlMQAddressList. createUrl(JmsHost host, JmsService js)static MQUrlMQAddressList. createUrl(JmsHost host, JmsService js, String overridedHostName)voidActiveJmsResourceAdapter. deleteJmsHost(JmsHost host)Removes the JmsHost from the MQAddressList of the resource adapter.voidMQAddressList. removeMQUrl(JmsHost host)Deletes the url represented by the JmsHost from the AddressList.voidActiveJmsResourceAdapter. updateJmsHost(JmsHost host)Updates the JmsHost information in the MQAddressList of the resource adapter.voidMQAddressList. updateMQUrl(JmsHost host)Updates the information about theJmsHostin the address list.
-