54555657585960616263
public static synchronized NetworkAdmin getSingleton() { if ( singleton == null ){ singleton = new NetworkAdminImpl(); } return( singleton ); }