org.cougaar.mts.std

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Science » Cougaar12_4 » org.cougaar.mts.std 
org.cougaar.mts.std
This package contains optional MTS software components, primarily Aspects and LinkProtocols, that are typically used for a full-blown run but can be omitted to make a smaller COUGAAR.

For a more complete description of the MTS, see Message Transport Service online manual .

Java Source File NameTypeComment
AddressChangeServletComponent.javaClass This Component tests the MessageTransportRegistryService by invoking its ipAddressChanged method.
AgentLocalStatusServlet.javaClass This Servlet displays the local MTS statistics, as returned by the AgentStatusService .
AgentRemoteStatusServlet.javaClass This Servlet displays the remote MTS statistics, as returned by the AgentStatusService , for the Agent in which it's loaded.
AgentStatusAspect.javaClass This Aspect implements the AgentStatusService .
AgentStatusServlet.javaClass This servlet displays MTS statistics for the Agent in which it's loaded.
AspectFactory.javaClass The root class of all aspect-ready factories.
AspectSupport.javaInterface This is an MTS-internal utility service which supports the use of aspects.
AspectSupportImpl.javaClass This ServiceProvider provides the AspectSupport service, which is implemented by an inner class.
AttributedMessage.javaClass An AttributedMessage is a Message with metadata, the latter represented as HashMap with String keys.
BufferedStreamsAspect.javaClass This Aspect uses buffered streams in the MessageReader and MessageWriter .
CachingStreamsAspect.javaClass This Aspect caches the serialized message in a byte array as its btyes pass by.
ChecksumStreamsAspect.javaClass This class provides an example of adding trailers to serialized AttributedMessage s.
CountBytesStreamsAspect.javaClass This Aspect counts the bytes of an outgoing message flowing by and sets a local attribute org.cougaar.core.message.count with the final value.
DeliveryVerificationAspect.javaClass This Aspect logs the delivery of messages, as well as the delay if the delivery takes awhile.
DestinationQueueMonitorPlugin.javaClass This Component loads the DestinationQueueMonitorServlet .
DestinationQueueMonitorServlet.javaClass This Servlet displays the state of the DestinationQueues.
DestinationThreadConstrictor.javaClass This test Component restricts the number of available threads and modifies the thread queue order to be more fair with the remaining rights.
DetectBigMessageAspect.javaClass This Aspect logs large messages, where large is defined by the MaxMsgLen parameter as a threshold number of bytes.
ForwardMessageLoggingAspect.javaClass This test Aspect logs all outgoing messages, including in each log the source and destination Agent, the destination Node, and the destination Host.
FuseServerSocket.javaClass This test entity can be used as a wrapper for RMI ServerSockets.
FutileSerializingLinkProtocol.javaClass This LinkProtocol is purely a debugging aid.
HeartBeatAspect.javaClass This test Aspect sends periodic 'heartbeat' messages to a specified destination, as given by the dstAddr parameter.
MessageProtectionAspect.javaClass This Aspect puts the MessageProtectionService streams in place.
MessageQueueDumpServiceComponent.javaClass This class and its related service have a very specialized role. They exist solely to allow one external class, the StateDumpService implementation, to dump the current message queues.
MessageSendTimeAspect.javaClass Aspect that tags all messages with a "send time" attribute when they enter the MTS SendLink.
MessageTimeoutAspect.javaClass Aspect to throw out a timed out message.
MessageTraceAspect.javaClass This test Aspect logs message delivery elapsed time.
MessageWatcherServiceImpl.javaClass This entity implements the MessageWatcherService .
MetricsBlastTestAspect.javaClass This test Aspect throws lots of data into the metrics service and subscrobes to a formula which uses that data.
MetricsTestAspect.javaClass This test Aspect queries and updates the metric service on every message send.
MulticastAspect.javaClass This Aspect provides support for multicast messages.
OldIncarnationAspect.javaClass This Aspect assists in the detection of out-of-date incarnations of Agents.
PreserializingStreamsAspect.javaClass This test Aspect preserializes messages into a byte array, sends the array instead of the message over the RMI stream, and then deserializes on the other end.
PrioritizedThreadsAspect.javaClass Not an aspect, but the aspect mechanism provides a simple way to load classes on demand.
SampleSocketControlPolicy.javaClass This Component is an example of SocketControlPolicy .
ScrambleAspect.javaClass This test Aspect scrambles the order of messages.
SecurityAspect.javaClass This Aspect uses the (obsolete?) MessageSecurityManager interface to secure message traffic in a simple way.
SequenceAspect.javaClass This Aspect adds sequence numbers to messages, and enforces sequencing based on those numbers.
SerializationAspect.javaClass This is debugging Aspect forces serialization on the LoopbackLinkProtocol .
ServiceTestAspect.javaClass This test Aspect is an example of using a LinkProtocol -specific service.
StatisticsAspect.javaClass This Aspect gathers message size and count statistics using the InputStream and OutputStream of streamed protocols.
StatisticsPlugin.javaClass This Plugin loads three servlets: StatisticsServlet , AgentRemoteStatusServlet and AgentLocalStatusServlet .
StatisticsServlet.javaClass This Servlet uses the MessageStatistics to display message size and count statistics for the Node.
StepperAspect.javaClass This Aspect includes the ServiceProvider for and implementation of the StepService , as well as a use of that service in a Swing gui.
StepperControlExampleAspect.javaClass This example Aspect shows a simple use of the StepService .
StepService.javaInterface This MTS-internal Service can be used to 'single-step' a message through the stations.
StubDumperAspect.javaClass This debugging Aspect logs URIs and stubs of local and remote references, respectively.
TraceAspect.javaClass This demonstration Aspect provides a simple trace of a message as it passes through the various stages of the message transport subsystem.
WasteCPUAspect.javaClass This debugging Aspect deliberately delays message processing by wasting CPU for pseudo-random durations.
WatcherAspect.javaClass This Aspect is used in conjunction with MessageWatcherServiceImpl , the implementaion of the MessageWatcherService .
ZinkyMessageTraceAspect.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.