Programmer's Guide > Interfaces > Application interface > registerIOAdapter method
  
registerIOAdapter method
Called during startup by the adapter to register itself with Arbortext Editor. This call should be the last thing done in the initialization/loading code for the adapter. An adapter cannot be unregistered once it has been registered.
registerIOAdapter(adapter, name, qName)
Parameters
IOAdapteradapter
The adapter instance.
Stringname
The human-readable name of the adapter.
StringqName
The qualified name that uniquely identifies this adapter. Qualified names should follow the same reverse domain name convention used by Java.
Returns
void
Throws
CMSException
Raised for any error.