Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
P
Packet
- Class in
edu.rit.m2mp
Class Packet provides an M2MP packet.
Packet()
- Constructor for class edu.rit.m2mp.
Packet
Construct a new packet.
Packet(Packet)
- Constructor for class edu.rit.m2mp.
Packet
Construct a new packet which is a copy of the given packet.
PacketPool
- Class in
edu.rit.m2mp
Class PacketPool provides a pool of M2MP
Packet
s.
PacketPool()
- Constructor for class edu.rit.m2mp.
PacketPool
Construct a new packet pool.
paintComponent(Graphics)
- Method in class edu.rit.slides.
SlidePanel
Paint this slide panel in the given graphics context.
Ping
- Interface in
edu.rit.m2mi.test
Interface Ping specifies the interface for an exported object used to test M2MI invocations and measure M2MI invocation timing.
ping()
- Method in interface edu.rit.m2mi.test.
Ping
Respond to a "ping" by sending a "pong."
ping()
- Method in class edu.rit.m2mi.test.
Ponger
Respond to a "ping" by sending a "pong."
Pinger
- Class in
edu.rit.m2mi.test
Class Pinger is a main program used to test M2MI invocations and measure M2MI invocation timing.
Pinger(int, long)
- Constructor for class edu.rit.m2mi.test.
Pinger
Construct a new Pinger object.
PINK
- Static variable in class edu.rit.slides.items.
ColorFill
Color fill object for the color pink.
Platform
- Class in
edu.rit.util
Class Platform provides operations for accessing platform-dependent information.
Point
- Class in
edu.rit.slides.items
Class Point provides an (
x,y
) point on a slide.
Point()
- Constructor for class edu.rit.slides.items.
Point
Construct a new point at location (0,0).
Point(double, double)
- Constructor for class edu.rit.slides.items.
Point
Construct a new point at location (
x,y
).
Point(Point)
- Constructor for class edu.rit.slides.items.
Point
Construct a new point at the same location as the given point.
pong()
- Method in class edu.rit.m2mi.test.
Pinger
Respond to a "pong" by sending a "ping."
Pong
- Interface in
edu.rit.m2mi.test
Interface Pong specifies the interface for an exported object used to test M2MI invocations and measure M2MI invocation timing.
pong()
- Method in interface edu.rit.m2mi.test.
Pong
Respond to a "pong" by sending a "ping."
Ponger
- Class in
edu.rit.m2mi.test
Class Ponger is a main program used to test M2MI invocations and measure M2MI invocation timing.
Ponger(int, long)
- Constructor for class edu.rit.m2mi.test.
Ponger
Construct a new Ponger object.
POP
- Static variable in class edu.rit.classfile.
Op
A
pop
instruction.
POP2
- Static variable in class edu.rit.classfile.
Op
A
pop2
instruction.
PrimitiveReference
- Class in
edu.rit.classfile
Class PrimitiveReference encapsulates a reference to a primitive type.
print(boolean)
- Method in class edu.rit.util.
HexPrintStream
Print a boolean value to this hex print stream.
print(char)
- Method in class edu.rit.util.
HexPrintStream
Print a character to this hex print stream.
print(int)
- Method in class edu.rit.util.
HexPrintStream
Print an integer value to this hex print stream.
print(long)
- Method in class edu.rit.util.
HexPrintStream
Print a long integer value to this hex print stream.
print(float)
- Method in class edu.rit.util.
HexPrintStream
Print a single-precision floating-point value to this hex print stream.
print(double)
- Method in class edu.rit.util.
HexPrintStream
Print a double-precision floating-point value to this hex print stream.
print(char[])
- Method in class edu.rit.util.
HexPrintStream
Print an array of characters to this hex print stream.
print(String)
- Method in class edu.rit.util.
HexPrintStream
Print a string to this hex print stream.
print(Object)
- Method in class edu.rit.util.
HexPrintStream
Print an object to this hex print stream.
printhex(byte)
- Method in class edu.rit.util.
HexPrintStream
Print a byte value in hexadecimal to this hex print stream.
printhex(char)
- Method in class edu.rit.util.
HexPrintStream
Print a character value in hexadecimal to this hex print stream.
printhex(int)
- Method in class edu.rit.util.
HexPrintStream
Print an integer value in hexadecimal to this hex print stream.
printhex(long)
- Method in class edu.rit.util.
HexPrintStream
Print a long integer value in hexadecimal to this hex print stream.
printhex(byte[])
- Method in class edu.rit.util.
HexPrintStream
Print a byte array in hexadecimal to this hex print stream.
printhex(byte[], int, int)
- Method in class edu.rit.util.
HexPrintStream
Print a portion of a byte array in hexadecimal to this hex print stream.
println()
- Method in class edu.rit.util.
HexPrintStream
Print a line separator to this hex print stream.
println(boolean)
- Method in class edu.rit.util.
HexPrintStream
Print a boolean value plus a line separator to this hex print stream.
println(char)
- Method in class edu.rit.util.
HexPrintStream
Print a character plus a line separator to this hex print stream.
println(int)
- Method in class edu.rit.util.
HexPrintStream
Print an integer value plus a line separator to this hex print stream.
println(long)
- Method in class edu.rit.util.
HexPrintStream
Print a long integer value plus a line separator to this hex print stream.
println(float)
- Method in class edu.rit.util.
HexPrintStream
Print a single-precision floating-point value plus a line separator to this hex print stream.
println(double)
- Method in class edu.rit.util.
HexPrintStream
Print a double-precision floating-point value plus a line separator to this hex print stream.
println(char[])
- Method in class edu.rit.util.
HexPrintStream
Print an array of characters plus a line separator to this hex print stream.
println(String)
- Method in class edu.rit.util.
HexPrintStream
Print a string plus a line separator to this hex print stream.
println(Object)
- Method in class edu.rit.util.
HexPrintStream
Print an object plus a line separator to this hex print stream.
printlnhex(byte)
- Method in class edu.rit.util.
HexPrintStream
Print a byte value in hexadecimal plus a line separator to this hex print stream.
printlnhex(char)
- Method in class edu.rit.util.
HexPrintStream
Print a character value in hexadecimal plus a line separator to this hex print stream.
printlnhex(int)
- Method in class edu.rit.util.
HexPrintStream
Print an integer value in hexadecimal plus a line separator to this hex print stream.
printlnhex(long)
- Method in class edu.rit.util.
HexPrintStream
Print a long integer value in hexadecimal plus a line separator to this hex print stream.
printlnhex(byte[], int)
- Method in class edu.rit.util.
HexPrintStream
Print a byte array in hexadecimal with line separators to this hex print stream.
printlnhex(byte[], int, int, int)
- Method in class edu.rit.util.
HexPrintStream
Print a portion of a byte array in hexadecimal with line separators to this hex print stream.
printStackTrace(Throwable)
- Method in class edu.rit.util.
HexPrintStream
Print the given exception's stack trace to this hex print stream.
process(int[])
- Method in interface edu.rit.m2mi.test.
ArrayProcessor
Process the given array of integers.
process(int[])
- Method in class edu.rit.m2mi.test.
ArrayProcessorTest02
Process the given array of integers.
processFromHandle()
- Method in class edu.rit.m2mi.
Invocation
Process this invocation, assuming it was created as a result of calling a method on a handle.
processFromHandle()
- Method in class edu.rit.m2mi.
MultiInvocation
Process this multihandle invocation, assuming it was created as a result of calling a method on a multihandle.
processFromHandle()
- Method in class edu.rit.m2mi.
OmniInvocation
Process this omnihandle invocation, assuming it was created as a result of calling a method on an omnihandle.
processFromHandle()
- Method in class edu.rit.m2mi.
UniInvocation
Process this unihandle invocation, assuming it was created as a result of calling a method on a unihandle.
processFromMessage()
- Method in class edu.rit.m2mi.
Invocation
Process this invocation, assuming it was created from an incoming M2MI message.
processFromMessage()
- Method in class edu.rit.m2mi.
MultiInvocation
Process this multihandle invocation, assuming it was created from an incoming M2MI message.
processFromMessage()
- Method in class edu.rit.m2mi.
OmniInvocation
Process this omnihandle invocation, assuming it was created from an incoming M2MI message.
processFromMessage()
- Method in class edu.rit.m2mi.
UniInvocation
Process this unihandle invocation, assuming it was created from an incoming M2MI message.
Projector
- Interface in
edu.rit.slides
Interface Projector is the remote interface for an exported projector object in the Slides application.
ProjectorObject
- Class in
edu.rit.slides
Class ProjectorObject provides an exported projector object in the Slides application.
ProjectorObject()
- Constructor for class edu.rit.slides.
ProjectorObject
Construct a new projector object.
put(MessageInputStream)
- Method in class edu.rit.m2mp.
MessageQueue
Put the given message at the end of this message queue.
put(byte)
- Method in class edu.rit.m2mp.
Packet
Write the next message fragment byte into this packet.
put(byte[], int, int)
- Method in class edu.rit.m2mp.
Packet
Write the next block of message fragment bytes into this packet.
PUTFIELD(FieldReference)
- Static method in class edu.rit.classfile.
Op
A
putfield
instruction.
putMessage(String)
- Method in class edu.rit.chat1.
Chat
Display the given line of text in this chat object's chat log.
putMessage(String)
- Method in interface edu.rit.chat1.
ChatRef
Display the given line of text in this chat object's chat log.
putMessage(String)
- Method in class edu.rit.chat2.
Chat
Display the given line of text in this chat object's chat log.
putMessage(String)
- Method in interface edu.rit.chat2.
ChatRef
Display the given line of text in this chat object's chat log.
putMessage(String)
- Method in class edu.rit.chat2.
ChatRoom
Display the given line of text in the chat log of each chat object that has joined this chat room.
putSlide(Projector, Eoid, Slide)
- Method in interface edu.rit.slides.
Screen
Provide a slide from the given projector to this screen.
putSlide(Projector, Eoid, Slide)
- Method in class edu.rit.slides.
ScreenObject
Provide a slide from the given projector to this screen.
PUTSTATIC(FieldReference)
- Static method in class edu.rit.classfile.
Op
A
putstatic
instruction.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark
@
cs.rit.edu.