public class JmsUtil extends Object
ManagedObjectSource
for JMS.Modifier and Type | Field and Description |
---|---|
static String |
JMS_ADMIN_OBJECT_FACTORY_CLASS_PROPERTY
Property name to obtain the class of the
JmsAdminObjectFactory . |
Modifier and Type | Method and Description |
---|---|
static JmsAdminObjectFactory |
getJmsAdminObjectFactory(ManagedObjectSourceContext<?> context)
Obtains the
JmsAdminObjectFactory to create the JMS administered
objects. |
public static final String JMS_ADMIN_OBJECT_FACTORY_CLASS_PROPERTY
JmsAdminObjectFactory
.public static JmsAdminObjectFactory getJmsAdminObjectFactory(ManagedObjectSourceContext<?> context) throws Exception
Obtains the JmsAdminObjectFactory
to create the JMS administered
objects.
Separated out to allow overriding.
context
- ManagedObjectSourceContext
.JmsAdminObjectFactory
to create the JMS administered
objects.Exception
- If fails to create the JmsAdminObjectFactory
.Copyright © 2005–2016. All rights reserved.