|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.repository.model.AddLspAction
public class AddLspAction
This action describes an LSP and can be used to add the LSP on the domain
Creation date: 1-Jan-2004
Field Summary | |
---|---|
protected Domain |
domain
|
protected Lsp |
lsp
|
Constructor Summary | |
---|---|
AddLspAction(Domain domain,
Lsp lsp)
Creates an AddLspAction |
Method Summary | |
---|---|
void |
execute()
Adds the LSP to the domain |
Lsp |
getLsp()
Gets the LSP |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Lsp lsp
protected Domain domain
Constructor Detail |
---|
public AddLspAction(Domain domain, Lsp lsp)
lsp
- the LSPMethod Detail |
---|
public void execute() throws TotemActionExecutionException
execute
in interface TotemAction
TotemActionExecutionException
public Lsp getLsp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |