|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerDef | |
---|---|
com.sas.services.information | Interact with data repositories on behalf of client applications. |
Uses of ServerDef in com.sas.services.information |
---|
Methods in com.sas.services.information with parameters of type ServerDef | |
---|---|
boolean |
InformationServiceInterface.addServerDef(ServerDef serverDef)
Add a new server definition to the Information Service configuration. |
boolean |
InformationService.addServerDef(ServerDef serverDef)
|
protected boolean |
OMIServer.attemptConnection(ServerDef def,
UserContextInterface user)
|
void |
ServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn,
ServerDef def,
UserContextInterface user)
Construct an OMIServer with the connection already established. |
void |
OMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn,
ServerDef def,
UserContextInterface user)
Construct an OMIServer with the connection already established. |
void |
ServerInterface.connect(ServerDef def,
UserContextInterface user)
Connect a user to an InformationService server. |
void |
OMIServer.connect(ServerDef def,
UserContextInterface user)
|
ServerInterface |
InformationServiceInterface.connect(UserContextInterface user,
ServerDef serverDef)
Connect to a ServerInterface object. |
ServerInterface |
InformationService.connect(UserContextInterface user,
ServerDef serverDef)
|
boolean |
InformationServiceInterface.removeServerDef(ServerDef serverDef)
Remove a server definition from the Information Service configuration. |
boolean |
InformationService.removeServerDef(ServerDef serverDef)
|
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |