|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vhosting.netconf.Datastore
public class Datastore
This class represents a datastore. A datastore is a special tag used in the RPC messages to refer precisely to the configuration data in a given datastore.
Field Summary | |
---|---|
static Datastore |
candidate
Identifies the "candidate" datastore. |
static Datastore |
running
Identifies the "running" datastore. |
static Datastore |
startup
Identifies the "startup" datastore. |
Method Summary | |
---|---|
java.lang.String |
getName()
Return the datastore name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Datastore running
public static final Datastore candidate
public static final Datastore startup
Method Detail |
---|
public final java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |