org.glite.data.transfer
Class TransferAgent

java.lang.Object
  extended by org.glite.data.transfer.TransferAgent

public class TransferAgent
extends java.lang.Object


Field Summary
 java.lang.String contact
          A contact to a person responsible for the agent.
 java.lang.String DN
          The agent's Distinguished Name (DN).
 java.lang.String host
          The host the agent is running in.
 java.util.Calendar lastActive
          The last time the agent explicitly stated it is alive.
 java.lang.String name
          The agent's name.
 java.lang.String state
          The last known state of the agent.
 java.lang.String type
          The agent's type.
 java.lang.String version
          The agent's version.
 
Constructor Summary
TransferAgent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The agent's name.


DN

public java.lang.String DN
The agent's Distinguished Name (DN).


host

public java.lang.String host
The host the agent is running in.


type

public java.lang.String type
The agent's type. This can be: - 'channel' - 'fps' -> vo agent - 'fts' -> vo agent


lastActive

public java.util.Calendar lastActive
The last time the agent explicitly stated it is alive.


state

public java.lang.String state
The last known state of the agent.


version

public java.lang.String version
The agent's version.


contact

public java.lang.String contact
A contact to a person responsible for the agent.

Constructor Detail

TransferAgent

public TransferAgent()


Copyright © 2004-2007 EU-EGEE