public class JMSQueueAddJndiHandler extends AbstractAddJndiHandler
Modifier and Type | Field and Description |
---|---|
static JMSQueueAddJndiHandler |
INSTANCE |
ADD_JNDI
Modifier and Type | Method and Description |
---|---|
protected void |
addJndiNameToControl(String toAdd,
String resourceName,
org.hornetq.core.server.HornetQServer server,
OperationContext context) |
org.jboss.dmr.ModelNode |
getModelDescription(Locale locale)
Gets the descriptive information (human-friendly description, list of attributes,
list of children) describing a single model node or operation.
|
execute, registerOperation
public static final JMSQueueAddJndiHandler INSTANCE
protected void addJndiNameToControl(String toAdd, String resourceName, org.hornetq.core.server.HornetQServer server, OperationContext context)
addJndiNameToControl
in class AbstractAddJndiHandler
public org.jboss.dmr.ModelNode getModelDescription(Locale locale)
DescriptionProvider
The implementation must assume that the caller intends to modify the
returned ModelNode
so it should not hand out a reference to any internal data structures.
locale
- the locale to use to generate any localized text used in the description.
May be null
, in which case Locale.getDefault()
should be usedModelNode
describing the model node's structureCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.