7475767778798081828384
*/ public static void main(String[] args) throws Exception { Connection conn = new Connection(url_, username_, password_); try { gm_ = new GlobalManager(conn); /* Host and datastore */ getHostsAndDatastores(); getDatastores();
208209210211212213214
It will automatically connect the server when the connection is really required. */ Connection conn = new Connection(url, username, password); /* Prepare global manager. */ gm_ = new GlobalManager(conn); }