Retrieval of Administration Listener Configuration

Retrieves the configuration of the administration listener.

Syntax

ServerComponentVO getAdministrationListenerConfiguration() throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples

  • Retrieval
    supServerConf.refresh();
    ServerComponentVO scvo = supServerConf.getAdministrationListenerConfiguration();
    System.out.println(scvo.getID());
    System.out.println(scvo.getType());
    System.out.println(scvo.getProperties());