This class is used to send administrative commands to the StreamBase Server
Namespace: StreamBase.SB.ClientAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public class StreamBaseAdminClient : IDisposable
Public Class StreamBaseAdminClient _ Implements IDisposable
public ref class StreamBaseAdminClient : IDisposable
Members
All Members | Constructors | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
StreamBaseAdminClient()()()() |
Create a StreamBaseAdminClient. Uses the value of the "STREAMBASE_SERVER"
environment variable as the URI, or sb://localhost:10000/ if this variable is
undefined.
| |
StreamBaseAdminClient(String) |
Create a StreamBaseAdminClient and establishes a connection to a remote server
at the given URI.
| |
StreamBaseAdminClient(StreamBaseURI) |
Create a StreamBaseAdminClient and establishes a connection to a remote server
at the given URI.
| |
AddContainer(String, array<Byte>[]()[][], List<(Of <<'(String>)>>)) |
Add an application to the given container.
| |
AddContainer(String, String, List<(Of <<'(String>)>>)) |
Add an application to the given container.
| |
Close()()()() |
Close/shutdown the connection to the StreamBase server.
| |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLeadershipStatus()()()() |
Get the leadership status of the server.
| |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
KillAllConnections()()()() |
Kill all connected clients.
| |
KillConnection(array<Byte>[]()[][]) |
Kill the connection with the given connection id.
| |
ListConnections()()()() |
Lists all Connections to the StreamBaseServer.
| |
ManageJdbcConnections(List<(Of <<'(String>)>>)) |
Manage JDBC connections
| |
Modify(array<Byte>[]()[][]) | ||
Modify(String) |
Adds an application to the default container.
| |
ModifyContainer(String, List<(Of <<'(String>)>>)) |
Modify the given container.
| |
RemoveContainer(String) |
Remove a container.
| |
Resume(String) |
Resumes a container within a StreamBase Server.
| |
SetLeadershipStatus(LeadershipStatus) |
Set the leadership status of the server.
| |
Shutdown()()()() |
Shutdown a StreamBase server.
| |
Shutdown(String) |
Shutdown a container within a StreamBase server.
| |
Suspend(String) |
Suspend (pause) a container within a StreamBase Server.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
StreamBase.SB.Client..::..StreamBaseAdminClient
StreamBase.SB.Client..::..StreamBaseAdminClient