|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.jboss.managed.ManagedSequencerConfig
@Immutable public final class ManagedSequencerConfig

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 |
|---|
public ManagedSequencerConfig()
public ManagedSequencerConfig(String name,
String description)
name - description - | Method Detail |
|---|
public String getName()
public String getDescription()
public void setName(String name)
name - public void setDescription(String description)
description -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||