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