A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

P

packet - Variable in class jist.swans.mac.Mac802_11
packet currently being transmitted.
packet - Variable in class jist.swans.route.RouteZrpIerp.QueuedPacket
packet to be sent.
packetCounter - Variable in class jist.swans.trans.TcpSocket
Number of packets sent by the socket.
PacketLoss - Interface in jist.swans.net
Packet loss models.
PacketLoss.Uniform - Class in jist.swans.net
Uniformly random packet loss.
PacketLoss.Uniform(double) - Constructor for class jist.swans.net.PacketLoss.Uniform
Initialize uniform packet loss model.
PacketLoss.Zero - Class in jist.swans.net
No packet loss.
PacketLoss.Zero() - Constructor for class jist.swans.net.PacketLoss.Zero
 
packetNextHop - Variable in class jist.swans.mac.Mac802_11
next hop of packet current being transmitted.
packets - Variable in class driver.ip.CommandLineOptions
Number of packets to send.
packetsReceived - Variable in class driver.CBR.Server
The number of packets this node has received.
packParametersIntoArray(InstructionList, Type[], MethodGen, InstructionHandle) - Method in class jist.runtime.RewriterTraversalModifyEntityInvocation
Insert code to pack method parameters into object array.
panel - Variable in class jist.runtime.guilog.GuiLog
The JPanel for displaying the GUI.
parent - Variable in class jist.runtime.guilog.GuiLog.EventNode
The node's and Event's parent EventNode.
parent(int) - Method in class jist.runtime.Scheduler.Heap
Find parent location in heap-ordered array.
parse(String) - Static method in class jist.runtime.Node
Parse String (host:port) into a Node.
parse(String, int) - Static method in class jist.runtime.Node
Parse string (host:port) into a Node, using the default port if the string does not contain a port.
parse(String) - Static method in class jist.swans.misc.Location
Parse string into 2d or 3d Location object.
parseCommandLineOptions(String[]) - Static method in class driver.aodvsim
Parses command-line arguments.
parseCommandLineOptions(String[]) - Static method in class driver.bordercast
Parses command-line arguments.
parseCommandLineOptions(String[]) - Static method in class driver.CBR
Parses command-line arguments.
parseCommandLineOptions(String[]) - Static method in class driver.ip
Parses command-line arguments.
parseCommandLineOptions(String[]) - Static method in class driver.ndp
Parse command-line options.
parseCommandLineOptions(String[]) - Static method in class driver.spatial
Parse command-line options.
parseCommandLineOptions(String[]) - Static method in class jist.minisim.cont
Parse command-line options.
parseCommandLineOptions(String[]) - Static method in class jist.minisim.contproxy
Parse command-line options.
parseCommandLineOptions(String[]) - Static method in class jist.minisim.events
Parse command-line options.
parseCommandLineOptions(String[]) - Static method in class jist.minisim.loop
Parse command-line options.
parseCommandLineOptions(String[]) - Static method in class jist.minisim.prime
Parse command-line options.
parseCommandLineOptions(String[]) - Static method in class jist.minisim.proxy
Parse command-line options.
parseCommandLineOptions(String[]) - Static method in class jist.runtime.Main
Parse command-line arguments.
parseCommandLineOptions(String[]) - Static method in class jist.swans.Main
Parse command-line options.
PASSIVE_ACK_TIMEOUT - Static variable in class jist.swans.route.RouteDsr
The timeout before retransmitting a packet using passive acknowledgements.
pathloss - Variable in class jist.swans.field.Field
Pathloss model.
PathLoss - Interface in jist.swans.field
Interface for performing pathloss calculations.
PathLoss.FreeSpace - Class in jist.swans.field
Computes free-space path loss.
PathLoss.FreeSpace() - Constructor for class jist.swans.field.PathLoss.FreeSpace
 
PathLoss.TwoRay - Class in jist.swans.field
Computes two-ray path loss.
PathLoss.TwoRay() - Constructor for class jist.swans.field.PathLoss.TwoRay
 
pause() - Static method in class jist.runtime.guilog.GuiLog
Sets paused to true.
PAUSE_TIME - Static variable in class driver.aodvtest
random waypoint pause time.
PAUSE_TIME - Static variable in class driver.heartbeat
random waypoint pause time.
PAUSE_TIME - Static variable in class driver.ndp
random waypoint pause time.
pauseBackoff() - Method in class jist.swans.mac.Mac802_11
Pause the current backoff (invoked when the channel becomes busy).
pauseButton - Static variable in class jist.runtime.guilog.GuiLog
The JButton that pauses and resumes the GuiLog.
paused - Static variable in class jist.runtime.guilog.GuiLog
Pause-status of the Controller.
pauseIcon - Static variable in class jist.runtime.guilog.GuiLog
Re-used Icon.
pauselock - Static variable in class jist.runtime.guilog.GuiLog
Object that acquires the lock for pausing the Controller.
pauseTime - Variable in class jist.swans.field.Mobility.RandomWalk
time wait between steps.
pauseTime - Variable in class jist.swans.field.Mobility.RandomWaypoint
Waypoint pause time.
pauseTime - Variable in class jist.swans.field.Mobility.Teleport
Waypoint pause time.
payload - Variable in class jist.swans.net.NetMessage.Ip
ip packet payload.
payload - Variable in class jist.swans.net.QueuedMessage
Queued message payload.
payload - Variable in class jist.swans.trans.TransTcp.TcpMessage
data.
payload - Variable in class jist.swans.trans.TransUdp.UdpMessage
packet payload.
pc - Variable in class jist.runtime.Event.ContinuationFrame
program "counter" location where frame information captured.
pc - Variable in class jist.runtime.RewriterTraversalContinuableMethods
program location counter.
peek(Message) - Method in class jist.swans.mac.Mac802_11
 
peek(Message) - Method in class jist.swans.mac.MacDumb
Radio has locked onto a packet signal; mac may have a peek.
peek(Message) - Method in interface jist.swans.mac.MacInterface
Radio has locked onto a packet signal; mac may have a peek.
peek(Message) - Method in class jist.swans.mac.MacLoop
Radio has locked onto a packet signal; mac may have a peek.
peek(NetMessage, MacAddress) - Method in class jist.swans.route.RouteAodv
Called by the network layer for every incoming packet.
peek(NetMessage, MacAddress) - Method in class jist.swans.route.RouteDsr
If the given message uses the DSR protocol, the DSR header is examined to see if any actions need to be performed on this packet (such as forwarding it).
peek(NetMessage, MacAddress) - Method in interface jist.swans.route.RouteInterface
Called by the network layer for every incoming packet.
peek(NetMessage, MacAddress) - Method in class jist.swans.route.RouteZrp
Called by the network layer for every incoming packet.
peekFirst() - Method in class jist.runtime.Scheduler.Calendar
Peek at first event in queue.
peekFirst() - Method in class jist.runtime.Scheduler.Heap
Peek at first event in queue.
peekFirst() - Method in class jist.runtime.Scheduler
Peek at first event in queue.
peekOneByte() - Method in class jist.swans.trans.CircularBuffer
Peek the next byte in buffer.
PerformRouteShortening(RouteDsrMsg.OptionSourceRoute, NetAddress, NetAddress) - Method in class jist.swans.route.RouteDsr
Checks to see if we know a shorter route from src to dest than the one given in sourceRoute.
PERIOD - Static variable in class jist.swans.route.RouteZrpNdp
heartbeat period.
PERSIST_TIMER - Static variable in class jist.swans.trans.TcpSocket
Number of seconds to wait before sending probe packets.
persistTimerId - Variable in class jist.swans.trans.TcpSocket
ID for persist timer.
persistTimerTimeout(int, int) - Method in interface jist.swans.trans.SocketInterface.TcpSocketInterface
Execution when persist timer times out (sending probe message).
persistTimerTimeout(int, int) - Method in class jist.swans.trans.TcpSocket
Execution when persist timer times out (sending probe message).
Pickle - Class in jist.runtime
Support for pickling and unpickling common data objects.
Pickle() - Constructor for class jist.runtime.Pickle
 
Pickle - Class in jist.swans.misc
Utility class to simplify the serialization and deserialization of various data types.
Pickle() - Constructor for class jist.swans.misc.Pickle
 
PIFS - Static variable in class jist.swans.mac.Mac802_11
Point coordination inter frame space.
ping() - Method in class jist.runtime.RemoteJist.JistClient
Ping does not nothing, except check that destination is alive.
ping() - Method in class jist.runtime.RemoteJist.JistClientLocal
Ping does not nothing, except check that destination is alive.
ping() - Method in class jist.runtime.RemoteJist.Ping
Ping does not nothing, except check that destination is alive.
ping() - Method in interface jist.runtime.RemoteJist.PingRemote
Ping does not nothing, except check that destination is alive.
placement - Variable in class driver.aodvsim.CommandLineOptions
Node placement model.
placement - Variable in class driver.bordercast.CommandLineOptions
Node placement model.
placement - Variable in class driver.CBR.CommandLineOptions
Node placement model.
Placement - Interface in jist.swans.field
Interface of all initial placement models.
Placement.Grid - Class in jist.swans.field
Placement along a regular grid.
Placement.Grid(Location, int, int) - Constructor for class jist.swans.field.Placement.Grid
Initialize grid placement model.
Placement.Grid(Location, String) - Constructor for class jist.swans.field.Placement.Grid
Initialize grid placement model.
Placement.Grid(String, String) - Constructor for class jist.swans.field.Placement.Grid
Initialize grid placement model.
Placement.Random - Class in jist.swans.field
Random (uniform) placement.
Placement.Random(float, float) - Constructor for class jist.swans.field.Placement.Random
Initialize random placement model.
Placement.Random(Location) - Constructor for class jist.swans.field.Placement.Random
Initialize random placement.
Placement.Random(String) - Constructor for class jist.swans.field.Placement.Random
Initialize random placement.
PLACEMENT_DEFAULT - Static variable in class jist.swans.Constants
node placement choice constant.
PLACEMENT_GRID - Static variable in class jist.swans.Constants
node placement choice constant.
PLACEMENT_INVALID - Static variable in class jist.swans.Constants
node placement choice constant.
PLACEMENT_MAX - Static variable in class jist.swans.Constants
node placement choice constant.
PLACEMENT_RANDOM - Static variable in class jist.swans.Constants
node placement choice constant.
placementOpts - Variable in class driver.aodvsim.CommandLineOptions
Node placement options.
placementOpts - Variable in class driver.bordercast.CommandLineOptions
Node placement options.
placementOpts - Variable in class driver.CBR.CommandLineOptions
Node placement options.
PLCP_HEADER - Static variable in class jist.swans.mac.Mac802_11
Length of PLCP Header at 1Mb/s.
pointsTo - Variable in class jist.runtime.RewriterFlow.FlowInfoMap
hashmap: instructionhandle to pointsTo instruction handles.
pointsTo - Variable in class jist.runtime.RewriterFlow
pointsTo information.
Pool - Class in jist.runtime
Contains the various classes that pool objects for performance.
Pool() - Constructor for class jist.runtime.Pool
 
pool - Variable in class jist.runtime.Pool.ArrayPool
Private array pool of Object arrays of size 'size'.
pool - Variable in class jist.runtime.Pool.ContinuationPool
Private object pool.
pool - Variable in class jist.runtime.Pool.EventPool
Private object pool.
Pool.ArrayPool - Class in jist.runtime
Implements an object pool for the massively used Object array objects.
Pool.ArrayPool(int, int) - Constructor for class jist.runtime.Pool.ArrayPool
Create new object array pool of given size, for array of given size.
Pool.ContinuationPool - Class in jist.runtime
Implements an object pool for the massively used Continuation objects.
Pool.ContinuationPool(int) - Constructor for class jist.runtime.Pool.ContinuationPool
Create new object pool of fixed given size.
Pool.EventPool - Class in jist.runtime
Implements an object pool for the massively used Event objects.
Pool.EventPool(int) - Constructor for class jist.runtime.Pool.EventPool
Create new object pool of fixed given size.
popStateInFrame() - Static method in class jist.runtime.Controller
Pop a frame from the incoming execution stack.
PORT - Static variable in class driver.aodvsim
Default port number to send and receive packets.
PORT - Static variable in class driver.aodvtest
 
PORT - Static variable in class driver.bordercast
Default port number to send and receive packets.
PORT - Static variable in class driver.CBR
Default port number to send and receive packets.
PORT - Static variable in class driver.dsrtest
 
PORT - Static variable in class driver.tcp
default client-server port.
PORT - Static variable in class driver.udp
default client-server port.
port - Variable in class jist.runtime.Main.CommandLineOptions
listen port.
port - Variable in class jist.runtime.Node
Port of jist node.
port - Variable in class jist.runtime.ProxyPoint.ProxyServerSocket
listen port.
pos - Variable in class jist.swans.app.io.BufferedInputStream
 
PREAMBLE - Static variable in class jist.swans.mac.Mac802_11
Length of PHY preamble.
precision - Variable in class jist.swans.field.Mobility.RandomWaypoint
Step granularity.
precursorSet - Variable in class jist.swans.route.RouteAodv
set of nodes that route through this node.
prev - Variable in class jist.swans.field.Field.RadioData
linked list pointers.
PrevRecipient(RouteDsrMsg.OptionSourceRoute, NetAddress) - Method in class jist.swans.route.RouteDsr
Determines the previous recipient of a packet with the given source route option and IP source.
prime - Class in jist.minisim
Pulls in all the classes that it find below a given classpath in order to get rewriter statistics.
prime() - Constructor for class jist.minisim.prime
 
prime(String) - Method in class jist.runtime.Rewriter
Prime the rewriter doing a breadth-first search loading (and rewrite) of all classes transitively statically referenced.
prime.ClassFileFilter - Class in jist.minisim
A filename filter to return only directories.
prime.ClassFileFilter() - Constructor for class jist.minisim.prime.ClassFileFilter
 
prime.CmdlineOpts - Class in jist.minisim
Parsed command-line options.
prime.CmdlineOpts() - Constructor for class jist.minisim.prime.CmdlineOpts
 
prime.DirFileFilter - Class in jist.minisim
A filename filter to return only class files.
prime.DirFileFilter() - Constructor for class jist.minisim.prime.DirFileFilter
 
primeProxy() - Method in class jist.runtime.ProxyPoint.ProxyServerSocket
Open an outgoing connection to the proxy server, if one does not already exist.
primitive(Class) - Static method in class jist.swans.misc.Sizeof
Return static size of primitive type.
print(boolean) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
print(char) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
print(char[]) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
print(double) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
print(float) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
print(int) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
print(long) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
print(Object) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
print(String) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
printByteArrayNicely(byte[]) - Static method in class jist.runtime.Pickle
Print a hex-dump of a byte-array to System standard output stream.
printByteArrayNicely(byte[], int, int) - Static method in class jist.runtime.Pickle
Print a hex-dump of some portion of a byte-array to System standard output stream.
printByteArrayNicely(byte[]) - Static method in class jist.swans.misc.Pickle
 
printByteArrayNicely(byte[], int, int) - Static method in class jist.swans.misc.Pickle
 
printDebug(String) - Method in class jist.swans.route.RouteAodv
Print given string with JiST time and local net address, if debug mode on.
printDebug(String, NetAddress) - Static method in class jist.swans.route.RouteAodv
Print given string with JiST time and given net address, if debug mode on.
printDebug_plain(String) - Static method in class jist.swans.route.RouteAodv
Print given string only if debug mode on.
printEventTrace() - Static method in class jist.runtime.EventLocation
Display event causality trace on System error stream.
printList() - Method in class jist.swans.trans.PriorityList
This method is used to print out the list content.
println() - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
println(boolean) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
println(char) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
println(char[]) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
println(double) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
println(float) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
println(int) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
println(long) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
println(Object) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
println(String) - Method in class jist.runtime.RemoteIO.PrintStreamWithExceptions
printlnByteArrayNicely(byte[]) - Static method in class jist.runtime.Pickle
Print a hex-dump of a byte-array to System.out followed by a new line.
printlnByteArrayNicely(byte[], int, int) - Static method in class jist.runtime.Pickle
Print a hex-dump of some portion of a byte-array to System.out followed by a new line.
printlnByteArrayNicely(byte[], int, int) - Static method in class jist.swans.misc.Pickle
 
printlnByteArrayNicely(byte[]) - Static method in class jist.swans.misc.Pickle
 
printlnDebug(String) - Method in class jist.swans.route.RouteAodv
Println given string with JiST time and local net address, if debug mode on.
printlnDebug(String, NetAddress) - Static method in class jist.swans.route.RouteAodv
Println given string with JiST time and given net address, if debug mode on.
printlnDebug_plain(String) - Static method in class jist.swans.route.RouteAodv
Println given string only if debug mode on.
printMemoryStats() - Static method in class jist.swans.misc.Util
Print memory statistics.
printMessage(TransTcp.TcpMessage, boolean) - Method in class jist.swans.trans.TcpSocket
Prints out the message header and payload.
printMessage(int, boolean) - Method in class jist.swans.trans.TransTcp.TcpMessage
Prints out the message header and payload.
printMessage() - Method in class jist.swans.trans.TransTcp.TcpMessage
Prints out the message header with zero tabs.
printMessage(int) - Method in class jist.swans.trans.TransTcp.TcpMessage
Prints out the message header.
PRINTOUT - Static variable in class jist.swans.trans.TcpSocket
Indicator for printing debug outputs.
printOutgoing() - Method in class jist.swans.route.RouteAodv
Prints the node's outgoing set.
printPrecursors() - Method in class jist.swans.route.RouteAodv
Prints the node's precusor set.
printStackTrace() - Method in error jist.runtime.JistException
Show stack trace on System error stream.
printTable() - Method in class jist.swans.route.RouteAodv.RouteTable
Print contents of routing table, for debugging purposes.
printType(Object) - Static method in class jist.runtime.Util
Method that prints the type of the object passed to it.
priority - Variable in class jist.swans.net.NetMessage.Ip
ip packet priority level.
PriorityList - Class in jist.swans.trans
Data structure that holds TCP message and sorts them based on their sequence numbers.
PriorityList() - Constructor for class jist.swans.trans.PriorityList
Constructor.
prob - Variable in class jist.swans.net.PacketLoss.Uniform
packet loss probability.
probeCounter - Variable in class jist.swans.trans.TcpSocket
to count how many probes we have received for this current session (session means the time when the receiver advertises zero window).
probeMessage - Variable in class jist.swans.trans.TcpSocket
temporary variable to store the current probe message (if not null).
process() - Method in class jist.minisim.mem_events
dummy event to schedule.
process(int) - Method in class jist.minisim.unthreaded
'Thread' processing.
process(JavaClass) - Method in interface jist.runtime.JistAPI.CustomRewriter
Perform rewriter pass of BCEL JavaClass object.
process(JavaClass) - Method in class jist.swans.Rewriter
Perform rewriter pass of BCEL JavaClass object.
PROCESS_IMMEDIATELY - Static variable in class jist.swans.Constants
zero delay.
processClass(JavaClass) - Method in class jist.runtime.ClassTraversal
Accept a class for traversal and processing, and return the resulting (possibly modified) class.
processClassGen(ClassGen) - Method in class jist.runtime.ClassTraversal
Traverse and process a class.
processed - Variable in class jist.swans.route.RouteZrpBrp.QueryCoverageEntry
whether node has already processed query.
processed() - Method in class jist.swans.route.RouteZrpBrp.QueryCoverageEntry
Set processed flag of query coverage entry.
processed() - Method in class jist.swans.route.RouteZrpZdp.LinkEntry
Clears information freshness indicator.
processedPackages - Variable in class jist.runtime.Rewriter
Classes beginning with these strings are processed and all others are ignored; or, if this variable is null, then ignore packages in ignoredPackages and process all others.
processEvent() - Method in class jist.runtime.Controller
Process an event.
processFieldGen(ClassGen, FieldGen) - Method in class jist.runtime.ClassTraversal
Traverse and process a field.
processInstruction(ClassGen, MethodGen, InstructionHandle[], int) - Method in class jist.runtime.ClassTraversal
Traverse and process an instruction.
processMethodGen(ClassGen, MethodGen) - Method in class jist.runtime.ClassTraversal
Traverse and process a method.
ProcessOptions(RouteDsrMsg, NetAddress, NetAddress, short, byte, byte, short, short) - Method in class jist.swans.route.RouteDsr
Handles each of the options in a given DSR header.
promisc - Variable in class jist.swans.mac.Mac802_11
whether mac is in promiscuous mode.
promisc - Variable in class jist.swans.mac.MacDumb
whether in promiscuous mode.
PROPAGATION - Static variable in class jist.swans.mac.Mac802_11
Air propagation delay.
PROPAGATION_LIMIT_DEFAULT - Static variable in class jist.swans.Constants
Default minimum propagated signal (units: dBm).
properties - Variable in class jist.runtime.Main.CommandLineOptions
properties file.
properties - Variable in class jist.runtime.RemoteJist.Job
simulation properties.
properties - Variable in class jist.swans.Main.CommandLineOptions
properties filename.
protocol - Variable in class driver.aodvsim.CommandLineOptions
Routing protocol to use.
protocol - Variable in class driver.bordercast.CommandLineOptions
Routing protocol to use.
protocol - Variable in class driver.CBR.CommandLineOptions
Routing protocol to use.
Protocol - Interface in jist.swans.misc
Network protocol interface.
protocol - Variable in class jist.swans.net.NetMessage.Ip
ip packet protocol, such as TCP, UDP, etc.
protocol - Variable in class jist.swans.route.RouteDsr.MaintenanceBufferEntry
Network protocol.
protocolHandlers - Variable in class jist.swans.net.NetIp
protocol handlers.
protocolMap - Variable in class jist.swans.net.NetIp
protocol number mapping.
protocolOpts - Variable in class driver.bordercast.CommandLineOptions
Routing protocol options.
protocolOpts - Variable in class driver.CBR.CommandLineOptions
Routing protocol options.
proxy - Class in jist.minisim
Measures event throughput for proxy entities in JiST.
proxy() - Constructor for class jist.minisim.proxy
 
proxy(Object, Class) - Static method in class jist.runtime.JistAPI
Create proxy entity with given interface.
proxy(Object, Class) - Static method in class jist.runtime.JistAPI_Impl
 
proxy - Variable in class jist.runtime.Main.CommandLineOptions
rmi proxy point.
proxy - Variable in class jist.runtime.ProxyPoint.ProxyServerSocket
host and port of proxy server.
proxy - Variable in class jist.runtime.ProxyPoint.ProxySocketFactory
proxy server host and port.
proxy.cmdlineOpts - Class in jist.minisim
Parsed command-line options.
proxy.cmdlineOpts() - Constructor for class jist.minisim.proxy.cmdlineOpts
 
proxy.entity - Class in jist.minisim
Benchmark proxy entity.
proxy.entity(int, long, long) - Constructor for class jist.minisim.proxy.entity
Create new proxy benchmark entity.
proxy.entityInterface - Interface in jist.minisim
Benchmark entity proxy interface.
PROXY_PORT - Static variable in class jist.runtime.ProxyPoint
default proxy server port.
ProxyEntity - Class in jist.runtime
Implementation of a dynamic Proxy Entity for an object, an entity that forwards all of its calls (according to a mutual interface) to a regular object, but in simulation time.
ProxyEntity() - Constructor for class jist.runtime.ProxyEntity
 
ProxyEntity.ProxyEntityHandler - Class in jist.runtime
Handles all invocations from the Controller on the proxy entity and passes them on to the target object.
ProxyEntity.ProxyEntityHandler(Object) - Constructor for class jist.runtime.ProxyEntity.ProxyEntityHandler
Intialize the proxy entity handler with a given target.
proxyMany(Object, Class[]) - Static method in class jist.runtime.JistAPI
Create a entity proxy with multiple given interfaces.
proxyMany(Object, Class[]) - Static method in class jist.runtime.JistAPI_Impl
 
ProxyPoint - Class in jist.runtime
Firewall and NAT-busting functionality for JiST (and any RMI client).
ProxyPoint(int) - Constructor for class jist.runtime.ProxyPoint
Create a new ProxyPoint server object.
ProxyPoint.ProxyAcceptSocket - Class in jist.runtime
A Socket on the server-side that operates via the ProxyPoint proxy.
ProxyPoint.ProxyAcceptSocket(InetAddress, int, Socket) - Constructor for class jist.runtime.ProxyPoint.ProxyAcceptSocket
Create an accepted proxied socket on the server side.
ProxyPoint.ProxyClientSocket - Class in jist.runtime
A Socket on the client-side that operates via the ProxyPoint proxy.
ProxyPoint.ProxyClientSocket(InetAddress, int, InetAddress, int) - Constructor for class jist.runtime.ProxyPoint.ProxyClientSocket
Create an new proxy socket on the client side.
ProxyPoint.ProxyServerSocket - Class in jist.runtime
A ServerSocket that operates via the ProxyPoint proxy.
ProxyPoint.ProxyServerSocket(InetAddress, int, int) - Constructor for class jist.runtime.ProxyPoint.ProxyServerSocket
Create a new proxied ServerSocket.
ProxyPoint.ProxySocketFactory - Class in jist.runtime
An RMI socket factory that returns proxied sockets.
ProxyPoint.ProxySocketFactory(InetAddress, int) - Constructor for class jist.runtime.ProxyPoint.ProxySocketFactory
Create new RMI socket factory for given proxy server.
ProxyPoint.StreamPump - Class in jist.runtime
A Runnable object that pumps from an InputStream to an OutputStream.
ProxyPoint.StreamPump(InputStream, OutputStream) - Constructor for class jist.runtime.ProxyPoint.StreamPump
Create new stream pump.
ptr - Variable in class jist.swans.net.NetMessage.IpOptionSourceRoute
source route pointer: index into route.
pump(int) - Method in interface jist.swans.net.NetInterface
Request next packet to send, if one exists; indicate that interface has completed processing previous request.
pump(int) - Method in class jist.swans.net.NetIp
Request next packet to send, if one exists; indicate that interface has completed processing previous request.
pumpSocket(Socket, Socket) - Static method in class jist.runtime.ProxyPoint
Pump data between two sockets in both directions, and close both if one fails.
pushStateOutFrame(Event.ContinuationFrame) - Static method in class jist.runtime.Controller
Push a frame onto the outgoing execution stack.
put(Object[]) - Method in class jist.runtime.Pool.ArrayPool
Place a free (otherwise unused) array object back in the pool, if there is space.
put(Event.Continuation) - Method in class jist.runtime.Pool.ContinuationPool
Place a free (otherwise unused) Continuation object back in the pool, if there is space.
put(Event) - Method in class jist.runtime.Pool.EventPool
Place a free (otherwise unused) Event object back in the pool, if there is space.
putDiskRewrittenClass(String, byte[]) - Method in class jist.runtime.Rewriter
Write a rewritten class file to the disk cache.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _