This class contains information on the ByteBlower System. More...
Methods | |
Connection.Host.Get | |
Returns the host (either registered name or IP address)used to connect to the MeetingPoint. More... | |
Connection.IPAddress.Get | |
Returns the IP address used to connect to the meeting point. More... | |
Connection.PortNumber.Get | |
Returns the TCP port number of the Meeting Point service daemon. More... | |
Description.Get | |
Returns a textual description of the object. | |
License.Get | |
Returns a license object for the MeetingPoint. More... | |
MachineID.Get | |
Returns a unique identifier for the machine where this Meeting Point service runs on. More... | |
Management.IPAddress.Get | |
Returns all management IP addresses of the meeting point. More... | |
Parent.Get | |
Returns the parent object. | |
Series.Get | |
Returns the series of the connected Meeting Point. More... | |
ServiceID.Get | |
Returns a unique service identifier for this Meeting Point. More... | |
Type.Get | |
Retrieves the type of the ByteBlower service. More... | |
Version.Get | |
Returns the software version of the Meeting Point service daemon. More... | |
This class contains information on the ByteBlower System.
With this object you can get information concerning the Type / version / IP or hostname etc... information.
MeetingPoint.ServiceInfo::Connection.Host.Get |
MeetingPoint.ServiceInfo::Connection.IPAddress.Get |
MeetingPoint.ServiceInfo::Connection.PortNumber.Get |
MeetingPoint.ServiceInfo::License.Get |
Returns a license object for the MeetingPoint.
Each physical ByteBlower Meetingpoint (represented by this type of object) has a specific ByteBlower License.
Returns:
<MeetingPointLicense object>
MeetingPoint.ServiceInfo::MachineID.Get |
Returns a unique identifier for the machine where this Meeting Point service runs on.
The machineID is a unique ID for the machine (the physical server), and generated at install time. If the server is re-installed, a new ID will be generated.
If you have a ByteBlower service and a MeetingPoint service running on the same physical server then will ByteBlowerServiceInfo::MachineID.Get and MeetingPointServiceInfo::MachineID.Get return the same value
Returns:
082b73cdd97d96732ba106e758c13d40
MeetingPoint.ServiceInfo::Management.IPAddress.Get |
MeetingPoint.ServiceInfo::Series.Get |
Returns the series of the connected Meeting Point.
The Meeting Point series defines the server hardware and features. As of 2017, the available series code is 1000.
Returns:
1000
MeetingPoint.ServiceInfo::ServiceID.Get |
Returns a unique service identifier for this Meeting Point.
Since Meeting Point version 1.1.0,
The serviceID is a unique ID for the service ( e.g. MeetingPoint) and is generated when the service (MeetingPoint) boots for the first time. If you don't re-install the system, the ID will be the same. A physical server can have other sercices running (e.g. ByteBlower - see ByteBlowerServer). With this ID you can identify each service and together with the MachineID you can see if those services are running on the same Physical Server.
a ByteBlower service (ByteBlowerServer.ServiceInfo) has also a serviceId (ByteBlowerServer.ServiceInfo::ServiceID.Get). And this should be different than this of the MeetingPoint.
Returns:
de949dd3-ea45-40cd-8f84-0a2d9ccd6984
MeetingPoint.ServiceInfo::Type.Get |