All Frameworks Class Hierarchy This Framework Indexes
CATSchPlatformInterfaces Interface CATISchAppCntrName
Usage: you can reimplement this interface by deriving the supplied CATEASchAppCntrName adapter class.
interface CATISchAppCntrName
Interface to manage application connector name.
Applications must derive implementation of this interface
from the adapter class CATEASchAppCntrName.
Role: Defines application connector name.
BOA information: this interface CANNOT be implemented
using the BOA (Basic Object Adapter).
To know more about the BOA, refer to the CAA Encyclopedia home page.
Click Middleware at the bottom left, then click the Object Modeler tab page.
Several articles deal with the BOA.
Method Index
- o
AppListNames2(CATListOfCATUnicodeString&)
- List connector names allowed.
- o
AppListNames(CATICStringList**)
-
- o
GetName2(CATUnicodeString&)
- Get the application connector name.
- o
GetName(char**)
-
- o
SetName2(CATUnicodeString&)
- Set the application connector name.
- o
SetName(char*)
-
Methods
o AppListNames2
| public virtual AppListNames2( | | oLConnectorNamesAllowed) |
-
List connector names allowed.
- Parameters:
-
- oLConnectorNamesAllowed
- A list of connector names allowed.
o AppListNames
| public virtual AppListNames( | | oLConnectorNamesAllowed) |
-
- Deprecated:
- V5R15
Use
CATISchAppCntrName.AppListNames2 instead. List connector names allowed.
- Parameters:
-
- oLConnectorNamesAllowed
- A list of connector names allowed.
The caller must allocate memory for the first level pointer
(i.e. oLConnectorNamesAllowed) and release the second level
pointer (i.e. *oLConnectorNamesAllowed) after usage.
o GetName2
| public virtual GetName2( | | oName) |
-
Get the application connector name.
- Parameters:
-
- oName
- The connector name.
o GetName
| public virtual GetName( | | oName) |
-
- Deprecated:
- V5R15
Use
CATISchAppCntrName.GetName2 instead. Get the application connector name.
- Parameters:
-
- oName
- The connector name.
The caller must allocate memory for the first level pointer
(i.e. oName) and release the second level
pointer (i.e. *oName) after usage.
o SetName2
| public virtual SetName2( | const | iName) |
-
Set the application connector name.
- Parameters:
-
- oName
- The connector name.
o SetName
| public virtual SetName( | const | iName) |
-
- Deprecated:
- V5R15
Use
CATISchAppCntrName.SetName2 instead. Set the application connector name.
- Parameters:
-
- oName
- The connector name.
This object is included in the file: CATISchAppCntrName.h