Java Doc for GLMDecorationPlugin.java in  » Science » Cougaar12_4 » org » cougaar » glm » plugins » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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.glm.plugins 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.cougaar.glm.plugins.DecorationPlugin
   org.cougaar.glm.plugins.GLMDecorationPlugin

All known Subclasses:   org.cougaar.glm.plugins.inventory.InventoryPlugin,  org.cougaar.glm.plugins.projection.SupplyProjectionPlugin,  org.cougaar.mlm.construction.ConstructionProjectionPlugin,
GLMDecorationPlugin
abstract public class GLMDecorationPlugin extends DecorationPlugin (Code)
Defines common functions described in SimplePlugin. The plugin is decorated with the proper BasicProcessor at run time by the PluginDecorator.
See Also:   PluginDecorator

Inner Class :static class OplanPredicate implements UnaryPredicate
Inner Class :static class OplanOrgActivitiesPredicate implements UnaryPredicate

Field Summary
public  MapClusterOPlans_
    
public  booleanoplanChanged_orgActChanged_clusterOplanChanged_
    
public  IncrementalSubscriptionoplans_
    


Method Summary
public synchronized  voidexecute()
     Invokes all of the processors used to decorate this plugin.
public  ClusterOPlanfindOPlan(UID oplanUID)
    
public  ClusterOPlanfindOPlan(Oplan oplan)
    
public  GeolocLocationgetGeoLoc(long time)
    
public  VectorgetOPlans()
    
public  ClusterOPlangetOperativeOPlan(long time, ContextOfUIDs context)
    
public  booleanoplanChanged()
    
protected  voidsetupSubscriptions()
    

Field Detail
ClusterOPlans_
public Map ClusterOPlans_(Code)
Map keyed by OPlan UID of ClusterOPlans *



oplanChanged_orgActChanged_clusterOplanChanged_
public boolean oplanChanged_orgActChanged_clusterOplanChanged_(Code)



oplans_
public IncrementalSubscription oplans_(Code)





Method Detail
execute
public synchronized void execute()(Code)
Invokes all of the processors used to decorate this plugin. The first time execute() is invoked, it configures the plugin by setting the task processor, and unsubscribing to 'self' (subscribed in setSubscriptions()).



findOPlan
public ClusterOPlan findOPlan(UID oplanUID)(Code)



findOPlan
public ClusterOPlan findOPlan(Oplan oplan)(Code)



getGeoLoc
public GeolocLocation getGeoLoc(long time)(Code)



getOPlans
public Vector getOPlans()(Code)



getOperativeOPlan
public ClusterOPlan getOperativeOPlan(long time, ContextOfUIDs context)(Code)



oplanChanged
public boolean oplanChanged()(Code)



setupSubscriptions
protected void setupSubscriptions()(Code)



Fields inherited from org.cougaar.glm.plugins.DecorationPlugin
public static long NEW_CUSTOMER_WAIT(Code)(Java Doc)
final public static long NEW_CUSTOMER_WAIT_DEFAULT(Code)(Java Doc)
final public static String NEW_CUSTOMER_WAIT_PROP(Code)(Java Doc)
final public String SUPPLYTYPES(Code)(Java Doc)
protected String className_(Code)(Java Doc)
protected MessageAddress clusterId_(Code)(Java Doc)
protected boolean configured_(Code)(Java Doc)
public org.cougaar.planning.ldm.plan.Role consumerRole_(Code)(Java Doc)
protected long extraCustomerDelay_(Code)(Java Doc)
protected boolean invoke_(Code)(Java Doc)
protected LoggingService logger(Code)(Java Doc)
protected String myOrgName_(Code)(Java Doc)
protected Organization myOrganization_(Code)(Java Doc)
protected Hashtable myParams_(Code)(Java Doc)
protected Vector plugInSubscriptions_(Code)(Java Doc)
protected Hashtable processorSubscriptions_(Code)(Java Doc)
protected Vector taskProcessors_(Code)(Java Doc)
public int transCount_(Code)(Java Doc)

Methods inherited from org.cougaar.glm.plugins.DecorationPlugin
void addTaskProcessor(BasicProcessor task_processor)(Code)(Java Doc)
public boolean areSubscriptionsChanged()(Code)(Java Doc)
public boolean areSubscriptionsChanged(Vector subscriptions)(Code)(Java Doc)
public boolean areSubscriptionsChangedPrint(Vector subscriptions)(Code)(Java Doc)
public void clearRecordedCustomers()(Code)(Java Doc)
abstract protected void decoratePlugin()(Code)(Java Doc)
public void execute()(Code)(Java Doc)
public PluginDelegate getMyDelegate()(Code)(Java Doc)
public Object getParam(String key)(Code)(Java Doc)
public boolean hasSeenAllConsumers()(Code)(Java Doc)
public boolean isSubscriptionChanged(IncrementalSubscription sub)(Code)(Java Doc)
public void monitorPluginSubscription(IncrementalSubscription subscript)(Code)(Java Doc)
public void monitorSubscription(BasicProcessor bp, IncrementalSubscription subscript)(Code)(Java Doc)
public boolean publishAddObject(Object obj)(Code)(Java Doc)
public void publishAddToExpansion(Task parent, Task subtask)(Code)(Java Doc)
public void publishRemoveFromExpansion(Task subtask)(Code)(Java Doc)
protected void readParameters()(Code)(Java Doc)
public void recordCustomer(String consumer)(Code)(Java Doc)
public boolean rehydrated()(Code)(Java Doc)
protected void runProcessors()(Code)(Java Doc)
public void setLoggingService(LoggingService loggingService)(Code)(Java Doc)
protected void setupSubscriptions()(Code)(Java Doc)
public Object subscriptionChangedObject(IncrementalSubscription sub)(Code)(Java Doc)
public Alarm wakeAfterDelay(int delay)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.