

Public Member Functions | |
| IONameIS (const string &nameIO) throw (InvalidArgument) | |
| IONameIS (const UniqueID &uniqueID, const string &className) throw () | |
| IONameIS (const UniqueID &uniqueID, const string &className, const string &server) throw () | |
| virtual | ~IONameIS () throw () |
| void | setServer (const string &server) throw () |
| string | getServer () const throw () |
Static Public Member Functions | |
| static string | getDefaultServer () throw () |
| static void | setDefaultServer (const string &server) throw () |
Protected Member Functions | |
| virtual void | parse () throw (InvalidArgument) |
| Must set uniqueID from nameIO. | |
| virtual void | construct () throw () |
| Must set nameIO from uniqueID and className. | |
Private Member Functions | |
| IONameIS () | |
Private Attributes | |
| string | server |
Static Private Attributes | |
| static string | defaultServer |
Definition at line 12 of file IONameIS.h.
|
|
Must set nameIO from uniqueID and className.
Implements Sct::IOName. Definition at line 44 of file IONameIS.cpp. References Sct::IOName::className, Sct::IOName::nameIO, server, and Sct::IOName::uniqueID. Referenced by IONameIS(). |
|
|
Must set uniqueID from nameIO.
Implements Sct::IOName. Definition at line 36 of file IONameIS.cpp. References Sct::IOName::className, Sct::IOName::nameIO, server, and Sct::IOName::uniqueID. Referenced by IONameIS(). |
1.4.6