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
E
e()
- Method in class edu.rit.slides.items.
ImageItem
Returns the east middle point of this image item.
e(double)
- Method in class edu.rit.slides.items.
Point
Returns a new point that is the given distance east of this point.
e(Size)
- Method in class edu.rit.slides.items.
Point
Returns a new point that is the given distance east of this point.
e()
- Method in class edu.rit.slides.items.
RectangleItem
Returns the east middle point of this rectangle item.
edu.rit.chat1
- package edu.rit.chat1
Package edu.rit.chat1 provides the Chat Demo Application Version 1, an M2MI-based chat application.
edu.rit.chat2
- package edu.rit.chat2
Package edu.rit.chat2 provides the Chat Demo Application Version 2, an M2MI-based chat application.
edu.rit.classfile
- package edu.rit.classfile
Package edu.rit.classfile is the RIT Classfile Library for analyzing and synthesizing class files.
edu.rit.crypto
- package edu.rit.crypto
Package edu.rit.crypto contains cryptographic components used in the M2MI Library and the M2MP Library.
edu.rit.device
- package edu.rit.device
Package edu.rit.device provides classes for device-specific information.
edu.rit.m2mi
- package edu.rit.m2mi
Package edu.rit.m2mi is the API for Many-to-Many Invocation (M2MI).
edu.rit.m2mi.test
- package edu.rit.m2mi.test
Package edu.rit.m2mi.test contains unit test programs for the M2MI Layer in package edu.rit.m2mi.
edu.rit.m2mp
- package edu.rit.m2mp
Package edu.rit.m2mp is the API for the Many-to-Many Protocol (M2MP).
edu.rit.m2mp.udp
- package edu.rit.m2mp.udp
Package edu.rit.m2mp.udp provides Many-to-Many Protocol (M2MP)
Channel
implementations that transport M2MP packets as UDP datagrams.
edu.rit.slides
- package edu.rit.slides
Package edu.rit.slides contains Slides, a service and collaborative application based on Many-to-Many Invocation (M2MI).
edu.rit.slides.items
- package edu.rit.slides.items
Package edu.rit.slides.items contains classes for the different kinds of items that can appear on slides in the Slides application.
edu.rit.slides.test
- package edu.rit.slides.test
Package edu.rit.slides.test contains test programs for the Slides application in package
edu.rit.slides
.
edu.rit.survey
- package edu.rit.survey
Package edu.rit.survey contains Survey, an ad hoc collaborative application for an online survey based on Many-to-Many Invocation (M2MI).
edu.rit.util
- package edu.rit.util
Package edu.rit.util contains general utility components.
emit(OutputStream)
- Method in class edu.rit.classfile.
SynthesizedClassOrInterfaceDescription
Emit the described class into the given output stream in binary classfile format.
end()
- Method in class edu.rit.slides.items.
LineItem
Returns this line item's ending point.
Eoid
- Class in
edu.rit.m2mi
Class Eoid encapsulates an exported object identifier (EOID).
Eoid()
- Constructor for class edu.rit.m2mi.
Eoid
Construct a new EOID.
EoidExportMap
- Class in
edu.rit.m2mi
Class EoidExportMap provides a mapping from an exported object identifier (EOID) to a set of objects that have been exported with that EOID.
EoidExportMap(M2MIMessagePrefix)
- Constructor for class edu.rit.m2mi.
EoidExportMap
Construct a new, empty EOID export map.
equals(Object)
- Method in class edu.rit.chat2.
ChatRoom
Determine if this chat room is equal to the given object.
equals(Object)
- Method in class edu.rit.classfile.
FieldReference
Determine if this field reference is equal to the given object.
equals(Object)
- Method in class edu.rit.classfile.
SubroutineReference
Determine if this subroutine reference is equal to the given object.
equals(Object)
- Method in class edu.rit.classfile.
TypeReference
Determine if this type reference is equal to the given object.
equals(Object)
- Method in class edu.rit.m2mi.
Eoid
Determine if this EOID is equal to the given object.
equals(Object)
- Method in class edu.rit.m2mi.
MethodDescriptor
Determine if this method descriptor is equal to the given object.
equals(Object)
- Method in class edu.rit.m2mi.
Multihandle
Determine if this multihandle is equal to the given object.
equals(Object)
- Method in class edu.rit.m2mi.
Omnihandle
Determine if this omnihandle is equal to the given object.
equals(Object)
- Method in class edu.rit.m2mi.
Unihandle
Determine if this unihandle is equal to the given object.
equals(Object)
- Method in class edu.rit.slides.items.
Point
Determine if this point is equal to the given object.
equals(Object)
- Method in class edu.rit.slides.items.
Size
Determine if this size is equal to the given object.
equals(Object)
- Method in class edu.rit.slides.
SlideDescriptor
Determine if this slide descriptor is equal to the given object.
equals(Object)
- Method in class edu.rit.survey.
SurveyState
Determine if this survey state is equal to the given object.
err
- Static variable in class edu.rit.util.
HexPrintStream
A hex print stream that prints into
System.err
.
ExceptionHandler
- Class in
edu.rit.classfile
Class ExceptionHandler encapsulates the information needed to describe an exception handler for a subroutine (method, constructor, or class initializer).
export(Eoid, Object)
- Method in class edu.rit.m2mi.
EoidExportMap
Export the given object with the given EOID in this export map.
export(Object, Object)
- Method in class edu.rit.m2mi.
ExportMap
Export the given object with the given key in this export map.
export(String, Object)
- Method in class edu.rit.m2mi.
InterfaceExportMap
Export the given object with the given interface in this export map.
export(Object, Class)
- Static method in class edu.rit.m2mi.
M2MI
Export the given object with the given target interface.
ExportException
- Exception in
edu.rit.m2mi
Class ExportException encapsulates an exception thrown when M2MI is unable to export or unexport an object.
ExportException()
- Constructor for exception edu.rit.m2mi.
ExportException
Construct a new export exception with no detail message and no chained exception.
ExportException(String)
- Constructor for exception edu.rit.m2mi.
ExportException
Construct a new export exception with the given detail message and no chained exception.
ExportException(Throwable)
- Constructor for exception edu.rit.m2mi.
ExportException
Construct a new export exception with no detail message and the given chained exception.
ExportException(String, Throwable)
- Constructor for exception edu.rit.m2mi.
ExportException
Construct a new export exception with the given detail message and the given chained exception.
ExportMap
- Class in
edu.rit.m2mi
Class ExportMap is the abstract base class for a mapping that stores exported objects.
ExportMap(M2MIMessagePrefix)
- Constructor for class edu.rit.m2mi.
ExportMap
Construct a new, empty export map.
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.