org.modeshape.jboss.managed
Class ManagedSequencerConfig

java.lang.Object
  extended by org.modeshape.jboss.managed.ManagedSequencerConfig
All Implemented Interfaces:
ModeShapeManagedObject

@Immutable
public final class ManagedSequencerConfig
extends Object
implements ModeShapeManagedObject

A ManagedSequncerConfig instance is a JBoss managed object for a SequencerConfig.


Constructor Summary
ManagedSequencerConfig()
           
ManagedSequencerConfig(String name, String description)
          Creates a JBoss managed object from the specified engine.
 
Method Summary
 String getDescription()
          Description of the sequencer.
 String getName()
          Name of the sequencer.
 void setDescription(String description)
          Set the description of the sequencer.
 void setName(String name)
          Set the name of the sequencer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedSequencerConfig

public ManagedSequencerConfig()

ManagedSequencerConfig

public ManagedSequencerConfig(String name,
                              String description)
Creates a JBoss managed object from the specified engine.

Parameters:
name -
description -
Method Detail

getName

public String getName()
Name of the sequencer. This is a JBoss managed readonly property.

Returns:
name The name of this sequencer

getDescription

public String getDescription()
Description of the sequencer. This is a JBoss managed readonly property.

Returns:
name The description of this sequencer

setName

public void setName(String name)
Set the name of the sequencer.

Parameters:
name -

setDescription

public void setDescription(String description)
Set the description of the sequencer.

Parameters:
description -


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.