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

M

M2MI - Class in edu.rit.m2mi
Class M2MI encapsulates the M2MI Layer.
M2MIClassLoader - Class in edu.rit.m2mi
Class M2MIClassLoader provides a class loader for the M2MI Layer's synthesized handle classes and method invoker classes.
M2MIClassLoader() - Constructor for class edu.rit.m2mi.M2MIClassLoader
Construct a new M2MI class loader.
M2MIClassLoader(ClassLoader) - Constructor for class edu.rit.m2mi.M2MIClassLoader
Construct a new M2MI class loader.
M2MIClassLoader(ProtectionDomain) - Constructor for class edu.rit.m2mi.M2MIClassLoader
Construct a new M2MI class loader.
M2MIClassLoader(ClassLoader, ProtectionDomain) - Constructor for class edu.rit.m2mi.M2MIClassLoader
Construct a new M2MI class loader.
M2MIInitializationException - Exception in edu.rit.m2mi
Class M2MIInitializationException indicates that initialization of the M2MI Layer failed.
M2MIInitializationException() - Constructor for exception edu.rit.m2mi.M2MIInitializationException
Construct a new M2MI initialization exception with no detail message and no chained exception.
M2MIInitializationException(String) - Constructor for exception edu.rit.m2mi.M2MIInitializationException
Construct a new M2MI initialization exception with the given detail message and no chained exception.
M2MIInitializationException(Throwable) - Constructor for exception edu.rit.m2mi.M2MIInitializationException
Construct a new M2MI initialization exception with no detail message and the given chained exception.
M2MIInitializationException(String, Throwable) - Constructor for exception edu.rit.m2mi.M2MIInitializationException
Construct a new M2MI initialization exception with the given detail message and the given chained exception.
M2MIMessagePrefix - Class in edu.rit.m2mi
Class M2MIMessagePrefix provides a bag of M2MI message prefixes registered with the M2MP Layer.
M2MIMessagePrefix(M2MP) - Constructor for class edu.rit.m2mi.M2MIMessagePrefix
Construct a new, empty M2MI message prefix bag.
M2MIProperties - Class in edu.rit.m2mi
Class M2MIProperties provides access to properties that are used to configure the M2MI Layer.
M2MIPropertyFileException - Exception in edu.rit.m2mi
Class M2MIPropertyFileException indicates that initialization of the M2MI Layer failed because the M2MI properties file could not be found or could not be read.
M2MIPropertyFileException() - Constructor for exception edu.rit.m2mi.M2MIPropertyFileException
Construct a new M2MI property file exception with no detail message and no chained exception.
M2MIPropertyFileException(String) - Constructor for exception edu.rit.m2mi.M2MIPropertyFileException
Construct a new M2MI property file exception with the given detail message and no chained exception.
M2MIPropertyFileException(Throwable) - Constructor for exception edu.rit.m2mi.M2MIPropertyFileException
Construct a new M2MI property file exception with no detail message and the given chained exception.
M2MIPropertyFileException(String, Throwable) - Constructor for exception edu.rit.m2mi.M2MIPropertyFileException
Construct a new M2MI property file exception with the given detail message and the given chained exception.
M2MIPropertyMissingException - Exception in edu.rit.m2mi
Class M2MIPropertyMissingException indicates that initialization of the M2MI Layer failed because a certain property was not specified in the M2MI properties file.
M2MIPropertyMissingException() - Constructor for exception edu.rit.m2mi.M2MIPropertyMissingException
Construct a new M2MI property missing exception with no detail message and no chained exception.
M2MIPropertyMissingException(String) - Constructor for exception edu.rit.m2mi.M2MIPropertyMissingException
Construct a new M2MI property missing exception with the given detail message and no chained exception.
M2MIPropertyMissingException(Throwable) - Constructor for exception edu.rit.m2mi.M2MIPropertyMissingException
Construct a new M2MI property missing exception with no detail message and the given chained exception.
M2MIPropertyMissingException(String, Throwable) - Constructor for exception edu.rit.m2mi.M2MIPropertyMissingException
Construct a new M2MI property missing exception with the given detail message and the given chained exception.
M2MIPropertyValueException - Exception in edu.rit.m2mi
Class M2MIPropertyValueException indicates that initialization of the M2MI Layer failed because a certain property had an invalid value in the M2MI properties file.
M2MIPropertyValueException() - Constructor for exception edu.rit.m2mi.M2MIPropertyValueException
Construct a new M2MI property value exception with no detail message and no chained exception.
M2MIPropertyValueException(String) - Constructor for exception edu.rit.m2mi.M2MIPropertyValueException
Construct a new M2MI property value exception with the given detail message and no chained exception.
M2MIPropertyValueException(Throwable) - Constructor for exception edu.rit.m2mi.M2MIPropertyValueException
Construct a new M2MI property value exception with no detail message and the given chained exception.
M2MIPropertyValueException(String, Throwable) - Constructor for exception edu.rit.m2mi.M2MIPropertyValueException
Construct a new M2MI property value exception with the given detail message and the given chained exception.
M2MIRuntimeException - Exception in edu.rit.m2mi
Class M2MIRuntimeException is the common base class for all unchecked RuntimeExceptions in M2MI.
M2MIRuntimeException() - Constructor for exception edu.rit.m2mi.M2MIRuntimeException
Construct a new M2MI runtime exception with no detail message and no chained exception.
M2MIRuntimeException(String) - Constructor for exception edu.rit.m2mi.M2MIRuntimeException
Construct a new M2MI runtime exception with the given detail message and no chained exception.
M2MIRuntimeException(Throwable) - Constructor for exception edu.rit.m2mi.M2MIRuntimeException
Construct a new M2MI runtime exception with no detail message and the given chained exception.
M2MIRuntimeException(String, Throwable) - Constructor for exception edu.rit.m2mi.M2MIRuntimeException
Construct a new M2MI runtime exception with the given detail message and the given chained exception.
M2MP - Class in edu.rit.m2mp
Class M2MP provides the Many-to-Many Protocol (M2MP) Layer.
M2MP() - Constructor for class edu.rit.m2mp.M2MP
Construct a new instance of the M2MP Layer.
M2MPInitializationException - Exception in edu.rit.m2mp
Class M2MPInitializationException indicates that initialization of the M2MP Layer failed.
M2MPInitializationException() - Constructor for exception edu.rit.m2mp.M2MPInitializationException
Construct a new M2MP initialization exception with no detail message and no chained exception.
M2MPInitializationException(String) - Constructor for exception edu.rit.m2mp.M2MPInitializationException
Construct a new M2MP initialization exception with the given detail message and no chained exception.
M2MPInitializationException(Throwable) - Constructor for exception edu.rit.m2mp.M2MPInitializationException
Construct a new M2MP initialization exception with no detail message and the given chained exception.
M2MPInitializationException(String, Throwable) - Constructor for exception edu.rit.m2mp.M2MPInitializationException
Construct a new M2MP initialization exception with the given detail message and the given chained exception.
M2MPProperties - Class in edu.rit.m2mp
Class M2MPProperties provides access to properties that are used to configure the M2MP Layer.
M2MPPropertyFileException - Exception in edu.rit.m2mp
Class M2MPPropertyFileException indicates that initialization of the M2MP Layer failed because the M2MP properties file could not be found or could not be read.
M2MPPropertyFileException() - Constructor for exception edu.rit.m2mp.M2MPPropertyFileException
Construct a new M2MP property file exception with no detail message and no chained exception.
M2MPPropertyFileException(String) - Constructor for exception edu.rit.m2mp.M2MPPropertyFileException
Construct a new M2MP property file exception with the given detail message and no chained exception.
M2MPPropertyFileException(Throwable) - Constructor for exception edu.rit.m2mp.M2MPPropertyFileException
Construct a new M2MP property file exception with no detail message and the given chained exception.
M2MPPropertyFileException(String, Throwable) - Constructor for exception edu.rit.m2mp.M2MPPropertyFileException
Construct a new M2MP property file exception with the given detail message and the given chained exception.
M2MPPropertyMissingException - Exception in edu.rit.m2mp
Class M2MPPropertyMissingException indicates that initialization of the M2MP Layer failed because a certain property was not specified in the M2MP properties file.
M2MPPropertyMissingException() - Constructor for exception edu.rit.m2mp.M2MPPropertyMissingException
Construct a new M2MP property missing exception with no detail message and no chained exception.
M2MPPropertyMissingException(String) - Constructor for exception edu.rit.m2mp.M2MPPropertyMissingException
Construct a new M2MP property missing exception with the given detail message and no chained exception.
M2MPPropertyMissingException(Throwable) - Constructor for exception edu.rit.m2mp.M2MPPropertyMissingException
Construct a new M2MP property missing exception with no detail message and the given chained exception.
M2MPPropertyMissingException(String, Throwable) - Constructor for exception edu.rit.m2mp.M2MPPropertyMissingException
Construct a new M2MP property missing exception with the given detail message and the given chained exception.
M2MPPropertyValueException - Exception in edu.rit.m2mp
Class M2MPPropertyValueException indicates that initialization of the M2MP Layer failed because a certain property had an invalid value in the M2MP properties file.
M2MPPropertyValueException() - Constructor for exception edu.rit.m2mp.M2MPPropertyValueException
Construct a new M2MP property value exception with no detail message and no chained exception.
M2MPPropertyValueException(String) - Constructor for exception edu.rit.m2mp.M2MPPropertyValueException
Construct a new M2MP property value exception with the given detail message and no chained exception.
M2MPPropertyValueException(Throwable) - Constructor for exception edu.rit.m2mp.M2MPPropertyValueException
Construct a new M2MP property value exception with no detail message and the given chained exception.
M2MPPropertyValueException(String, Throwable) - Constructor for exception edu.rit.m2mp.M2MPPropertyValueException
Construct a new M2MP property value exception with the given detail message and the given chained exception.
M2MPRuntimeException - Exception in edu.rit.m2mp
Class M2MPRuntimeException is the common base class for all unchecked RuntimeExceptions in M2MP.
M2MPRuntimeException() - Constructor for exception edu.rit.m2mp.M2MPRuntimeException
Construct a new M2MP runtime exception with no detail message and no chained exception.
M2MPRuntimeException(String) - Constructor for exception edu.rit.m2mp.M2MPRuntimeException
Construct a new M2MP runtime exception with the given detail message and no chained exception.
M2MPRuntimeException(Throwable) - Constructor for exception edu.rit.m2mp.M2MPRuntimeException
Construct a new M2MP runtime exception with no detail message and the given chained exception.
M2MPRuntimeException(String, Throwable) - Constructor for exception edu.rit.m2mp.M2MPRuntimeException
Construct a new M2MP runtime exception with the given detail message and the given chained exception.
MAGENTA - Static variable in class edu.rit.slides.items.ColorFill
Color fill object for the color magenta.
main(String[]) - Static method in class edu.rit.chat1.Chat
Main program.
main(String[]) - Static method in class edu.rit.chat2.Chat
Main program.
main(String[]) - Static method in class edu.rit.chat2.ChatFrame
 
main(String[]) - Static method in class edu.rit.m2mi.test.ArrayProcessorTest01
Main program.
main(String[]) - Static method in class edu.rit.m2mi.test.ArrayProcessorTest02
Main program.
main(String[]) - Static method in class edu.rit.m2mi.test.CountdownTest01
Unit test main program.
main(String[]) - Static method in class edu.rit.m2mi.test.NI
 
main(String[]) - Static method in class edu.rit.m2mi.test.Pinger
Main program.
main(String[]) - Static method in class edu.rit.m2mi.test.Ponger
Main program.
main(String[]) - Static method in class edu.rit.m2mi.test.Test01
 
main(String[]) - Static method in class edu.rit.m2mi.test.Test02
 
main(String[]) - Static method in class edu.rit.m2mi.test.Test03
 
main(String[]) - Static method in class edu.rit.m2mi.test.Test04
 
main(String[]) - Static method in class edu.rit.m2mi.test.Test05
 
main(String[]) - Static method in class edu.rit.m2mi.test.Test06
 
main(String[]) - Static method in class edu.rit.m2mi.test.Test07
 
main(String[]) - Static method in class edu.rit.m2mp.Daemon
Main program.
main(String[]) - Static method in class edu.rit.slides.SlideProjector
Main program.
main(String[]) - Static method in class edu.rit.slides.SlideScreen
Main program.
main(String[]) - Static method in class edu.rit.slides.SlideShowToHtml
Main program.
main(String[]) - Static method in class edu.rit.slides.test.SlideShow01
Main program.
main(String[]) - Static method in class edu.rit.slides.test.SlideShow02
Main program.
main(String[]) - Static method in class edu.rit.slides.test.Test01
Main program.
main(String[]) - Static method in class edu.rit.survey.Survey
Main program.
max(Eoid, Eoid) - Static method in class edu.rit.m2mi.Eoid
Determine the larger of the two given EOIDs.
merge(SurveyState) - Method in class edu.rit.survey.SurveyState
Merge the given survey state object into this survey state object.
MessageInputStream - Class in edu.rit.m2mp
Class MessageInputStream provides an input stream for reading the contents of an incoming Many-to-Many Protocol (M2MP) message.
MessageOutputStream - Class in edu.rit.m2mp
Class MessageOutputStream provides an output stream for writing the contents of an outgoing Many-to-Many Protocol (M2MP) message.
MessageQueue - Class in edu.rit.m2mp
Class MessageQueue provides a FIFO queue of incoming M2MP messages (type MessageInputStream).
MessageQueue() - Constructor for class edu.rit.m2mp.MessageQueue
Construct a new message queue.
MessageRouter - Class in edu.rit.m2mp
Class MessageRouter provides an object that decides whether to accept each incoming M2MP message.
MessageRouter(int) - Constructor for class edu.rit.m2mp.MessageRouter
Construct a new message router.
MethodDescriptor - Class in edu.rit.m2mi
Class MethodDescriptor provides an object that describes a target method for an M2MI call.
MethodDescriptor() - Constructor for class edu.rit.m2mi.MethodDescriptor
Construct a new method descriptor.
MethodDescriptor(String, String, String) - Constructor for class edu.rit.m2mi.MethodDescriptor
Construct a new method descriptor with the given target interface, target method, and argument types.
MethodInvoker - Class in edu.rit.m2mi
Class MethodInvoker is the abstract base class for all synthesized method invoker classes in M2MI.
MethodInvoker() - Constructor for class edu.rit.m2mi.MethodInvoker
Construct a new method invoker.
MethodInvokerSynthesizer - Class in edu.rit.m2mi
Class MethodInvokerSynthesizer provides a Synthesizer for synthesizing specialized method invoker classes.
MethodInvokerSynthesizer(String, MethodDescriptor) - Constructor for class edu.rit.m2mi.MethodInvokerSynthesizer
Create a new method invoker synthesizer object.
MethodReference - Class in edu.rit.classfile
Class MethodReference is used to create a reference to a method.
MethodReference(ClassReference, String) - Constructor for class edu.rit.classfile.MethodReference
Construct a new method reference object with the given method name.
MethodReference(ClassReference, String, String) - Constructor for class edu.rit.classfile.MethodReference
Construct a new method reference object with the given method name and method descriptor.
min(Eoid, Eoid) - Static method in class edu.rit.m2mi.Eoid
Determine the smaller of the two given EOIDs.
MONITORENTER - Static variable in class edu.rit.classfile.Op
A monitorenter instruction.
MONITOREXIT - Static variable in class edu.rit.classfile.Op
A monitorexit instruction.
MuH1 - Class in edu.rit.crypto
Class MuH1 provides the compression function for the MicroHash-One (μH-1) 32-bit one-way hash function.
MuH1MessageDigest - Class in edu.rit.crypto
Class MuH1MessageDigest provides a message digest algorithm using the MicroHash-One (μH-1) 32-bit one-way hash function.
MuH1MessageDigest() - Constructor for class edu.rit.crypto.MuH1MessageDigest
Construct a new message digest object for calculating the μH-1 message digest of a sequence of bytes.
MuH1Random - Class in edu.rit.crypto
Class MuH1Random provides a pseudorandom number generator (PRNG) based on the MicroHash-One (μH-1) 32-bit one-way hash function.
MuH1Random() - Constructor for class edu.rit.crypto.MuH1Random
Construct a new μH-1 PRNG.
MuH1Random(int) - Constructor for class edu.rit.crypto.MuH1Random
Construct a new μH-1 PRNG.
MuH1Random(long) - Constructor for class edu.rit.crypto.MuH1Random
Construct a new μH-1 PRNG.
mul(double) - Method in class edu.rit.slides.items.Size
Returns a new size equal to this size multiplied by the given scale factor.
mul(double, double) - Method in class edu.rit.slides.items.Size
Returns a new size equal to this size multiplied by the given scale factors.
MULTIANEWARRAY(ArrayReference, int) - Static method in class edu.rit.classfile.Op
A multianewarray instruction.
Multihandle - Class in edu.rit.m2mi
Class Multihandle is the base class for all M2MI multihandle objects.
Multihandle() - Constructor for class edu.rit.m2mi.Multihandle
Construct a new multihandle.
Multihandle(Eoid, Class) - Constructor for class edu.rit.m2mi.Multihandle
Construct a new multihandle with the given EOID and target interface.
MultiInvocation - Class in edu.rit.m2mi
Class MultiInvocation provides an invocation object for a multihandle invocation in M2MI.
MultiInvocation() - Constructor for class edu.rit.m2mi.MultiInvocation
Construct a new multihandle invocation object.
MultiInvocation(Eoid, MethodDescriptor, MethodInvoker) - Constructor for class edu.rit.m2mi.MultiInvocation
Construct a new multihandle invocation object with the given EOID, method descriptor, and method invoker.
MultiInvocationFactory - Class in edu.rit.m2mi
Class MultiInvocationFactory provides a factory object that creates multihandle invocation objects (type MultiInvocation).
MultiInvocationFactory() - Constructor for class edu.rit.m2mi.MultiInvocationFactory
Construct a new multihandle invocation factory.
myEoid - Variable in class edu.rit.m2mi.Handle
Exported object identifier (EOID).
myEoid - Variable in class edu.rit.m2mi.Invocation
Exported object identifier.
myInvocationFactory - Variable in class edu.rit.m2mi.Handle
Invocation factory.
myMethodDescriptor - Variable in class edu.rit.m2mi.Invocation
Method descriptor.
myMethodInvoker - Variable in class edu.rit.m2mi.Invocation
Method invoker.
myPacketPool - Variable in class edu.rit.m2mp.Channel
This channel's packet pool.
myTargetInterface - Variable in class edu.rit.m2mi.Handle
Target interface.
myTargetObjects - Variable in class edu.rit.m2mi.Invocation
Iterator for visiting all the target objects.

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.