|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerInterface | |
---|---|
com.sas.services.information.metadata | Information Service metadata. |
Uses of ServerInterface in com.sas.services.information.metadata |
---|
Methods in com.sas.services.information.metadata that return ServerInterface | |
---|---|
ServerInterface |
ContentDestination.getServer()
Returns the server as defined as the content destination for a channel or subscriber. |
ServerInterface |
ConnectionInterface.getSource()
Get the server to which a client connects using this connection information. |
Methods in com.sas.services.information.metadata with parameters of type ServerInterface | |
---|---|
void |
SoftwareComponentInterface.addDeployedComponent(ServerInterface server)
Add a DeployedComponent to this SoftwareComponent. |
void |
ConnectionInterface.addProvider(ServerInterface provider)
Add a provider server which can connect to the listening source server over this connection. |
void |
ServerInterface.addServed(ServerInterface server)
Add a new server to the list of servers that use this server. |
void |
ServerInterface.addServer(ServerInterface server)
Add a new server to the list of servers that this server uses. |
void |
SoftwareComponentInterface.removeDeployedComponent(ServerInterface server)
Remove a DeployedComponent from this SoftwareComponent. |
void |
ConnectionInterface.removeProvider(ServerInterface provider)
Remove a provider server from the providers list. |
void |
ServerInterface.removeServed(ServerInterface server)
Remove a server from the list that's served by this server. |
void |
ServerInterface.removeServer(ServerInterface server)
Remove a server from the list used by this server. |
void |
ChannelInterface.setArchivePath(ServerInterface server,
java.lang.String relativePath)
Set the location of the archive path to use for this channel. |
void |
ConnectionInterface.setSource(ServerInterface server)
Set the server which is listening on this connection. |
Constructors in com.sas.services.information.metadata with parameters of type ServerInterface | |
---|---|
ContentDestination(DirectoryInterface directory,
java.lang.String path,
java.lang.String basePath,
ServerInterface server,
DirectoryInterface basePathDirectory)
Constructor for ContentDestination. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |