}
for (int j = 0; j < serverID.length; j++) {
Storable storable1 = otapi.CreateObject(StoredObjectType.STORED_OBJ_SERVER_INFO);
if (storable1 != null) {
ServerInfo serverInfo = ServerInfo.ot_dynamic_cast(storable1);
if (serverInfo != null) {
serverInfo.setServer_id(serverID[j]);
System.out.println("serverType[j]:"+serverType[j]);
serverInfo.setServer_type(serverType[j]);
contactNYM.AddServerInfo(serverInfo);
}
}
}