|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use structIP | |
---|---|
planetLabVideoClient | |
tools |
Uses of structIP in planetLabVideoClient |
---|
Fields in planetLabVideoClient declared as structIP | |
---|---|
structIP[] |
structLeaders.leaders
|
structIP[] |
structNetClInput.leaders
|
structIP |
structBandwidthInfo.nodeIP
|
structIP[] |
structCalcBwInput.nodeIPs
|
structIP |
structSessionParams.proxyIp
|
structIP |
structIPHolder.value
|
Methods in planetLabVideoClient that return structIP | |
---|---|
static structIP |
structIPHelper.extract(org.omg.CORBA.Any a)
|
structIP |
StructIPBean.getStructIP()
Create a new structIP object, fill it with the values of this instance and return it to the caller. |
static structIP |
structIPHelper.read(org.omg.CORBA.portable.InputStream istream)
|
Methods in planetLabVideoClient with parameters of type structIP | |
---|---|
static void |
structIPHelper.insert(org.omg.CORBA.Any a,
structIP that)
|
void |
StructIPBean.setData(structIP nodeIP)
Write all values from nodeIP to own ones. |
static void |
structIPHelper.write(org.omg.CORBA.portable.OutputStream ostream,
structIP value)
|
Constructors in planetLabVideoClient with parameters of type structIP | |
---|---|
structBandwidthInfo(double _bw,
structIP _nodeIP)
|
|
structCalcBwInput(structIP[] _nodeIPs)
|
|
StructIPBean(structIP nodeIP)
Create an instance of StructIPBean |
|
structIPHolder(structIP initialValue)
|
|
structLeaders(structIP[] _leaders)
|
|
structNetClInput(structIP[] _leaders)
|
|
structSessionParams(int _simulationId,
int _sessionId,
java.lang.String _streamName,
int _port,
java.lang.String _videoFileName,
structIP _proxyIp,
long _startTime,
int _durationSeconds)
|
Uses of structIP in tools |
---|
Methods in tools that return structIP | |
---|---|
static structIP |
Converter.ipArrToStructIP(int[] ip)
Converts an int[4] to a structIP |
static structIP[] |
Converter.proxiesToStructIPs(java.util.Vector<X2XProxy> proxies)
gets an structIP-array consisting of the IPs of the proxies |
Methods in tools with parameters of type structIP | |
---|---|
static int[] |
Converter.structIPtoIPArr(structIP ip)
Converts a structIP to an int[4] |
static java.lang.String |
Converter.structIPtoString(structIP ip)
Converts a structIP to a String e.g. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |