com.pcbsys.nirvana.nAdminAPI.nBaseInterface Class Referenceabstract

This class is for internal use only More...

Inheritance diagram for com.pcbsys.nirvana.nAdminAPI.nBaseInterface:
com.pcbsys.nirvana.nAdminAPI.nInterface com.pcbsys.nirvana.nAdminAPI.nHTTPInterface com.pcbsys.nirvana.nAdminAPI.nSocketInterface com.pcbsys.nirvana.nAdminAPI.nHTTPSInterface com.pcbsys.nirvana.nAdminAPI.nSSLInterface

Public Member Functions

virtual String getAdapter ()
 Get the adapter that this interface will use. More...
 
int getPort ()
 Get the port that this interface will bind to at startup More...
 
String getURL ()
 Get the URL that specifies this interface. It is made up from the protocol the adapter and port More...
 
void setAutostart (bool flag)
 Change the current Autostart status for this interface More...
 
bool willAutostart ()
 Will this interface automatically be started when the Realm Server starts More...
 

Detailed Description

This class is for internal use only

Member Function Documentation

virtual String com.pcbsys.nirvana.nAdminAPI.nBaseInterface.getAdapter ( )
virtual

Get the adapter that this interface will use.

Reserved interfaces are 0.0.0.0 - Bind to all physical interfaces on the machine 127.0.0.1 - Bind to local loopback

Reimplemented in com.pcbsys.nirvana.nAdminAPI.nInterface.

int com.pcbsys.nirvana.nAdminAPI.nBaseInterface.getPort ( )

Get the port that this interface will bind to at startup

String com.pcbsys.nirvana.nAdminAPI.nBaseInterface.getURL ( )

Get the URL that specifies this interface. It is made up from the protocol the adapter and port

void com.pcbsys.nirvana.nAdminAPI.nBaseInterface.setAutostart ( bool  flag)

Change the current Autostart status for this interface

bool com.pcbsys.nirvana.nAdminAPI.nBaseInterface.willAutostart ( )

Will this interface automatically be started when the Realm Server starts