}
public static TWriteAccessInfo[] getServerCommandList(String fullServerName)
{
if (fullServerName == null) return null;
TWriteAccessInfo[] twai = new TWriteAccessInfo[100];
for (int i=0; i<100; i++) twai[i] = new TWriteAccessInfo();
TDataType d = new TDataType(twai);
TLink tl = new TLink(fullServerName,"SRVCOMMANDS",d,null,TAccess.CA_READ);
if (tl.executeAndClose(TLink.defaultTimeout) == 0)
{
int len = d.getCompletionLength();