{hidden}
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE{hidden}
{sub-section:description|text=}{sub-section}\\{table:class=servoy sSummery}{colgroup}{column:width=80px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Method Summary{th}{tr}{tbody}{tr}{td}[Number]{td}{td}[#getApplicationType]\()
The type of the application started by this client.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#getClientID]\()
The ID of this client.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#getHostAddress]\()
The host address of this client.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#getHostIdentifier]\()
The host identifier of this client.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#getHostName]\()
The host name of this client.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#getUserName]\()
The name of the user who is logged in at this client.{td}{tr}{tbody}{tbody}{tr}{td}[String]{td}{td}[#getUserUID]\()
The ID of the user who is logged in at this client.{td}{tr}{tbody}{table}\\{table:class=servoy sDetail}{colgroup}{column:width=100%}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Method Details{th}{tr}{tbody:id=658CD786-6DAB-4A4A-94F1-EEE73BD79AF5}{tr:id=name}{td}h6.getApplicationType{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[Number]{span}{span:id=iets|style=float: left; font-weight: bold;}getApplicationType{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_des|text=|trigger=button}{sub-section}{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_des|trigger=none|class=sIndent}The type of the application started by this client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_ret|text=|trigger=button}{sub-section}{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_see|text=|trigger=button}{sub-section}{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_see|class=sIndent|trigger=none}[.|APPLICATION_TYPES]\\{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_see|text=|trigger=button}{sub-section}{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_sam|text=|trigger=button}{sub-section}{sub-section:658CD786-6DAB-4A4A-94F1-EEE73BD79AF5_sam|class=sIndent|trigger=none}{code:language=javascript}
var clients = plugins.maintenance.getConnectedClients();
application.output('There are ' + clients.length + ' connected clients.');
for (var i = 0; i < clients.length; i++)
{
	var client = clients[i];
	application.output('Client details:');
	application.output('\tID: ' + client.getClientID());
	application.output('\tApplication type: ' + client.getApplicationType());
	application.output('\tHost address: ' + client.getHostAddress());
	application.output('\tHost identifier: ' + client.getHostIdentifier());
	application.output('\tHost name: ' + client.getHostName());
	application.output('\tUser name: ' + client.getUserName());
	application.output('\tUsed UID: ' + client.getUserUID());
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD}{tr:id=name}{td}h6.getClientID{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[String]{span}{span:id=iets|style=float: left; font-weight: bold;}getClientID{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_des|text=|trigger=button}{sub-section}{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_des|trigger=none|class=sIndent}The ID of this client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_ret|text=|trigger=button}{sub-section}{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_see|text=|trigger=button}{sub-section}{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_see|text=|trigger=button}{sub-section}{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_sam|text=|trigger=button}{sub-section}{sub-section:AE0309C8-1CD9-4D16-98FA-FCAF6A442FDD_sam|class=sIndent|trigger=none}{code:language=javascript}
var clients = plugins.maintenance.getConnectedClients();
application.output('There are ' + clients.length + ' connected clients.');
for (var i = 0; i < clients.length; i++)
{
	var client = clients[i];
	application.output('Client details:');
	application.output('\tID: ' + client.getClientID());
	application.output('\tApplication type: ' + client.getApplicationType());
	application.output('\tHost address: ' + client.getHostAddress());
	application.output('\tHost identifier: ' + client.getHostIdentifier());
	application.output('\tHost name: ' + client.getHostName());
	application.output('\tUser name: ' + client.getUserName());
	application.output('\tUsed UID: ' + client.getUserUID());
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD}{tr:id=name}{td}h6.getHostAddress{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[String]{span}{span:id=iets|style=float: left; font-weight: bold;}getHostAddress{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_des|text=|trigger=button}{sub-section}{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_des|trigger=none|class=sIndent}The host address of this client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_ret|text=|trigger=button}{sub-section}{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_see|text=|trigger=button}{sub-section}{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_see|text=|trigger=button}{sub-section}{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_sam|text=|trigger=button}{sub-section}{sub-section:FBE79C39-F8CB-4FB9-A6C8-093B6CFC60CD_sam|class=sIndent|trigger=none}{code:language=javascript}
var clients = plugins.maintenance.getConnectedClients();
application.output('There are ' + clients.length + ' connected clients.');
for (var i = 0; i < clients.length; i++)
{
	var client = clients[i];
	application.output('Client details:');
	application.output('\tID: ' + client.getClientID());
	application.output('\tApplication type: ' + client.getApplicationType());
	application.output('\tHost address: ' + client.getHostAddress());
	application.output('\tHost identifier: ' + client.getHostIdentifier());
	application.output('\tHost name: ' + client.getHostName());
	application.output('\tUser name: ' + client.getUserName());
	application.output('\tUsed UID: ' + client.getUserUID());
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=A3873646-1E70-4832-9E2D-9127BAB7EB5E}{tr:id=name}{td}h6.getHostIdentifier{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[String]{span}{span:id=iets|style=float: left; font-weight: bold;}getHostIdentifier{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_des|text=|trigger=button}{sub-section}{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_des|trigger=none|class=sIndent}The host identifier of this client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_ret|text=|trigger=button}{sub-section}{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_see|text=|trigger=button}{sub-section}{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_see|text=|trigger=button}{sub-section}{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_sam|text=|trigger=button}{sub-section}{sub-section:A3873646-1E70-4832-9E2D-9127BAB7EB5E_sam|class=sIndent|trigger=none}{code:language=javascript}
var clients = plugins.maintenance.getConnectedClients();
application.output('There are ' + clients.length + ' connected clients.');
for (var i = 0; i < clients.length; i++)
{
	var client = clients[i];
	application.output('Client details:');
	application.output('\tID: ' + client.getClientID());
	application.output('\tApplication type: ' + client.getApplicationType());
	application.output('\tHost address: ' + client.getHostAddress());
	application.output('\tHost identifier: ' + client.getHostIdentifier());
	application.output('\tHost name: ' + client.getHostName());
	application.output('\tUser name: ' + client.getUserName());
	application.output('\tUsed UID: ' + client.getUserUID());
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=C82B33FD-423C-4806-A5D8-D0369F47A873}{tr:id=name}{td}h6.getHostName{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[String]{span}{span:id=iets|style=float: left; font-weight: bold;}getHostName{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_des|text=|trigger=button}{sub-section}{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_des|trigger=none|class=sIndent}The host name of this client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_ret|text=|trigger=button}{sub-section}{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_see|text=|trigger=button}{sub-section}{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_see|text=|trigger=button}{sub-section}{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_sam|text=|trigger=button}{sub-section}{sub-section:C82B33FD-423C-4806-A5D8-D0369F47A873_sam|class=sIndent|trigger=none}{code:language=javascript}
var clients = plugins.maintenance.getConnectedClients();
application.output('There are ' + clients.length + ' connected clients.');
for (var i = 0; i < clients.length; i++)
{
	var client = clients[i];
	application.output('Client details:');
	application.output('\tID: ' + client.getClientID());
	application.output('\tApplication type: ' + client.getApplicationType());
	application.output('\tHost address: ' + client.getHostAddress());
	application.output('\tHost identifier: ' + client.getHostIdentifier());
	application.output('\tHost name: ' + client.getHostName());
	application.output('\tUser name: ' + client.getUserName());
	application.output('\tUsed UID: ' + client.getUserUID());
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=B61823E7-AE03-4179-BEE5-3CB8F99D75B5}{tr:id=name}{td}h6.getUserName{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[String]{span}{span:id=iets|style=float: left; font-weight: bold;}getUserName{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_des|text=|trigger=button}{sub-section}{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_des|trigger=none|class=sIndent}The name of the user who is logged in at this client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_ret|text=|trigger=button}{sub-section}{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_see|text=|trigger=button}{sub-section}{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_see|text=|trigger=button}{sub-section}{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_sam|text=|trigger=button}{sub-section}{sub-section:B61823E7-AE03-4179-BEE5-3CB8F99D75B5_sam|class=sIndent|trigger=none}{code:language=javascript}
var clients = plugins.maintenance.getConnectedClients();
application.output('There are ' + clients.length + ' connected clients.');
for (var i = 0; i < clients.length; i++)
{
	var client = clients[i];
	application.output('Client details:');
	application.output('\tID: ' + client.getClientID());
	application.output('\tApplication type: ' + client.getApplicationType());
	application.output('\tHost address: ' + client.getHostAddress());
	application.output('\tHost identifier: ' + client.getHostIdentifier());
	application.output('\tHost name: ' + client.getHostName());
	application.output('\tUser name: ' + client.getUserName());
	application.output('\tUsed UID: ' + client.getUserUID());
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4}{tr:id=name}{td}h6.getUserUID{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[String]{span}{span:id=iets|style=float: left; font-weight: bold;}getUserUID{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_des|text=|trigger=button}{sub-section}{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_des|trigger=none|class=sIndent}The ID of the user who is logged in at this client.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_ret|text=|trigger=button}{sub-section}{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_ret|trigger=none|class=sIndent}[String]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_see|text=|trigger=button}{sub-section}{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_see|text=|trigger=button}{sub-section}{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_sam|text=|trigger=button}{sub-section}{sub-section:FA7E867E-64BB-43D1-888C-FBAC7FDF5BA4_sam|class=sIndent|trigger=none}{code:language=javascript}
var clients = plugins.maintenance.getConnectedClients();
application.output('There are ' + clients.length + ' connected clients.');
for (var i = 0; i < clients.length; i++)
{
	var client = clients[i];
	application.output('Client details:');
	application.output('\tID: ' + client.getClientID());
	application.output('\tApplication type: ' + client.getApplicationType());
	application.output('\tHost address: ' + client.getHostAddress());
	application.output('\tHost identifier: ' + client.getHostIdentifier());
	application.output('\tHost name: ' + client.getHostName());
	application.output('\tUser name: ' + client.getUserName());
	application.output('\tUsed UID: ' + client.getUserUID());
}
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}