Beispiel #1
0
 public Command(Gfsh gfsh, string command)
 {
     gfsh_    = gfsh;
     command_ = command;
 }
Beispiel #2
0
 public Start(Gfsh gfsh)
 {
     gfsh_ = gfsh;
 }
Beispiel #3
0
 public Deploy(Gfsh gfsh) : base(gfsh, "deploy")
 {
 }
Beispiel #4
0
 public ExecuteFunction(Gfsh gfsh) : base(gfsh, "execute function")
 {
 }
Beispiel #5
0
 public Connect(Gfsh gfsh) : base(gfsh, "connect")
 {
 }
Beispiel #6
0
 public ConfigurePdx(Gfsh gfsh) : base(gfsh, "configure pdx")
 {
 }
Beispiel #7
0
 public Region(Gfsh gfsh) : base(gfsh, "create region")
 {
 }
Beispiel #8
0
 public Shutdown(Gfsh gfsh) : base(gfsh, "shutdown")
 {
 }
Beispiel #9
0
 public Create(Gfsh gfsh)
 {
     gfsh_ = gfsh;
 }
Beispiel #10
0
 public Server(Gfsh gfsh) : base(gfsh, "stop server")
 {
 }
Beispiel #11
0
 public Locator(Gfsh gfsh) : base(gfsh, "stop locator")
 {
 }
Beispiel #12
0
 public Stop(Gfsh gfsh)
 {
     gfsh_ = gfsh;
 }
Beispiel #13
0
 public Server(Gfsh gfsh) : base(gfsh, "start server")
 {
     gfsh_ = gfsh;
 }