JAMS Developer Guide
AgentType Enumeration


MVPSI.JAMS.Host Namespace : AgentType Enumeration
Defines the supported types of JAMS Agents Mirrored from JAMSShr.AgentType
Syntax
'Declaration
 
Public Enum AgentType 
   Inherits System.Enum
'Usage
 
Dim instance As AgentType
public enum AgentType : System.Enum 
Members
MemberDescription
AmazonS3Amazon S3 file transfer Agent.
AzureBlobAzureBlob file transfer Agent.
CustomThe agent connection is handled by the execution method.
FileSystemLocalCopy file transfer Agent.
FTPFTP or FTPS file transfer Agent.
IMAPInternet Message Access Protocol
IncomingAn incoming connection from an agent
LocalThe same machine that is running the JAMSExecutor
OutgoingAn outbound connection to an agent
POP3Post Office Protocol V3
SCPSCP file transfer Agent.
SFTPSFTP file transfer Agent.
SSHSSH commands without an agent.
SSHAgentXSSH Activated Agent. Also known as JAMSAgentX.
UnknownUnknown
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.Host.AgentType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS.Host Namespace