Package flex.messaging.util

Messaging utility classes.

See:
          Description

Interface Summary
PrettyPrintable Allows an Object to customize how it is pretty printed in logging/debugging output.
PrettyPrinter Implementations convert Object graphs to Strings for logging and debugging.
ResourceLoader The root interface for classes that provide access to localized resources.
TimeoutCapable This interface defines the constract for an object that can time out, wher ethe timeout mechanism is provided by the TimeoutManager class.
 

Class Summary
Assert Simple assert class which provides functionality similar to the assert API of JDK 1.4.
Base64 Code to read and write Base64-encoded text.
Base64.Decoder  
Base64.Encoder  
BasicPrettyPrinter Prettifies the representation of an Object as a String.
ClassUtil Utility class to create instances of Complex Types and handle error conditions consistently across the RemoteObject code base.
DoubleUtil  
ExceptionUtil  
FileUtils  
Hex Code to read and write Base64-encoded text.
Hex.Decoder  
Hex.Encoder  
LocaleUtils  
MethodKey  
MethodMatcher A utility class used to find a suitable method based on matching signatures to the types of set of arguments.
MethodMatcher.Match A utiltiy class to help rank methods in the search for a best match, given a name and collection of input parameters.
ObjectTrace Simple utility to trace an Object graph out to a StringBuffer.
PropertyStringResourceLoader Implementation of ResourceLoader that loads string resources from property files.
RedeployManager This class watches for changes on files and forces a redeploy by touching the specified files.
SettingsReplaceUtil Methods for replacing tokens in config files {context.root}, {context-root}, {server.name}, {server-name}, {server.port}, {server-port}.
StringUtils  
TimeoutAbstractObject This class defines the default implementation of TimeoutCapable, providing the default behavior for an object that is capable of timing out where that time out mechanism is managed by TimeoutManager.
TimeoutManager This class provides a means of managing TimeoutCapable objects.
ToStringPrettyPrinter Recursively convert an Object graph into a String for logging/debugging purposes.
Trace Primitive run-time tracing class Code as follows: if (Trace.foo) Trace.trace("trace msg"...); Enable as follows: java -Dtrace.foo -Dtrace.foo2 -Dtrace.foo3 or -Dtrace.all Special flags: -Dtrace.flex -- enables all tracing -Dtrace.foo -- enables tracing on foo subsystem -Dtrace.timeStamp -- timeStamp all output lines -Dtrace.caller -- print the Class:method caller -Dtrace.stackLines=10 -- print 10 stack lines -Dtrace.stackPrefix=java.lang -- print the stack up to java.lang Add new xxx members as desired.
URLDecoder  
URLEncoder  
URLEncoderUtil  
UUIDUtils Static class that creates GUIDs according to the principles laid out in UUIDs and GUIDs.
WatchedObject Used by redeployment manager to monitor for changes to the files.
XMLUtil  
 

Error Summary
AssertionFailedError  
 

Package flex.messaging.util Description

Messaging utility classes.



Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/util/package-summary.html