|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.transfer.Channel
Channel definition
Field Summary | |
int |
bandwidth
Current maximum bandwidth (capacity) in Mbits/s. |
java.lang.String |
channelName
The name of the channel to select on |
java.lang.String |
contact
The email contact for the responsbile of the channel. |
java.lang.String |
destSite
The destination site of the channel. |
int |
nominalThroughput
The throughput goal for the system to achieve. |
int |
numberOfFiles
Number of concurrent files allowed on the channel. |
int |
numberOfStreams
Number of concurrent streams allowed on the channel. |
java.lang.String |
sourceSite
The source site name of the channel. e.g. for CERN it should be "cern.ch". |
java.lang.String |
state
The operational state of the channel. |
StringPair[] |
VOShares
The transfer share for each VO on this channel {VOName,Share}. |
Constructor Summary | |
Channel()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String channelName
public java.lang.String sourceSite
public java.lang.String destSite
public java.lang.String contact
public int numberOfStreams
public int numberOfFiles
public int bandwidth
public int nominalThroughput
public java.lang.String state
public StringPair[] VOShares
Constructor Detail |
public Channel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |