Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.command
Interface ICommandClientHandshake

All Superinterfaces:
java.io.Serializable

public interface ICommandClientHandshake
extends java.io.Serializable

Response from the command server when executing the initial handshake command upon initialization.


Method Summary
 java.util.Map getCommandProxies()
           
 java.lang.String getFileTransferSalt()
           
 ICommandApplicationConfig getServerConfig()
           
 java.lang.String getServerLabel()
           
 java.lang.String getServerVersion()
           
 java.lang.String getWebTransferPath()
           

 

Method Detail

getServerVersion

java.lang.String getServerVersion()
Returns:
the server version

getServerLabel

java.lang.String getServerLabel()
Returns:
the version label

getServerConfig

ICommandApplicationConfig getServerConfig()
Returns:
the server configuration properties

getFileTransferSalt

java.lang.String getFileTransferSalt()
Returns:
the temporary password to used to encrypt the transferred file names

getWebTransferPath

java.lang.String getWebTransferPath()
Returns:
the web transfer path for retrieving files via the servlet

getCommandProxies

java.util.Map getCommandProxies()
Returns:
a map of String name to ICommandProxy of the available command proxies on this server

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.