- OBJECT - Static variable in class org.licas.util.Const
-
Defines some Object tag
- ObjectDataGenerator - Class in org.licas.data.gen
-
This class can generate a java object for testing purposes.
- ObjectDataGenerator(long, String) - Constructor for class org.licas.data.gen.ObjectDataGenerator
-
Create a new instance of ObjectDataGenerator.
- ObjectDataGenerator(Element) - Constructor for class org.licas.data.gen.ObjectDataGenerator
-
Create a new instance of ObjectDataGenerator.
- ObjectHandler - Class in org.licas.util
-
This class provides methods to process or compare objects, with reference to licas
objects in particular.
- ObjectHandler() - Constructor for class org.licas.util.ObjectHandler
-
- ObjectInvoker - Class in org.licas.util
-
This class provides methods to invoke an object method using reflection.
- ObjectInvoker() - Constructor for class org.licas.util.ObjectInvoker
-
- objectMethods - Static variable in class org.licas.parsers.types.ReflectionParser
-
List of methods from the base Object type
- ObjectParser - Class in org.licas.parsers.types
-
This class serialises and parses an Object that extends java.io.Serializable
.
- ObjectParser() - Constructor for class org.licas.parsers.types.ObjectParser
-
Creates a new instance of ObjectParser
- objectsMap - Variable in class org.licas.autonomic.script.AutoEngine
-
List of all named entities in the script, referenced by their unique public id.
- ObjectsMap - Class in org.licas.autonomic.script
-
Stores mapping and functions from object keys to instances.
- ObjectsMap() - Constructor for class org.licas.autonomic.script.ObjectsMap
-
Create a new instance of ObjectsMap.
- objectsMap - Variable in class org.licas.autonomic.script.ObjectsMap
-
The mapped objects
- objectToXml(Object) - Static method in class org.licas.meta.MetaFactory
-
Convert the known object to XML using the known parser.
- objParameterTypes() - Method in class org.licas.call.MethodInfo
-
Get the method parameter types as an ordered a list.
- ObjResource - Class in org.licas.service.resource
-
This is a generic type of resource to store any information Object directly.
- ObjResource(String, Object) - Constructor for class org.licas.service.resource.ObjResource
-
Create a new instance of ObjResource.
- ObjResource(String, Element) - Constructor for class org.licas.service.resource.ObjResource
-
Create a new instance of ObjResource.
- objStream(byte[]) - Static method in class org.licas.util.classloader.LoadObject
-
Use the jar loaders to read on a (base64) byte stream.
- ONEPACKET - Static variable in class org.licas.util.Const
-
Pass the whole message in one go
- OPERATION - Static variable in class org.licas.ws.wsdl.WsdlConst
-
- operations - Variable in class org.licas.ws.wsdl.model.WsdlInterface
-
A list of related operation names.
- ORDERED - Static variable in class org.licas.parsers.types.Base64
-
- org.licas - package org.licas
-
Contains base classes that can be used to build the (autonomic) services, including the
base Service
and Auto
classes and their main framework components.
- org.licas.autonomic - package org.licas.autonomic
-
Autonomic Manager components framework.
- org.licas.autonomic.script - package org.licas.autonomic.script
-
Specifically for the autonomic Execution Engine and execution script.
- org.licas.call - package org.licas.call
-
Server and client-handling classes for calling or invoking any service through the system.
- org.licas.call.client - package org.licas.call.client
-
Client message invocation classes.
- org.licas.call.rest - package org.licas.call.rest
-
REST-style protocol.
- org.licas.call.thread - package org.licas.call.thread
-
Schedules the client-side calling through the java.util.concurrent
classes,
or any other method invocations, through the system classes.
- org.licas.data - package org.licas.data
-
Data evaluations and models for more complex query operations.
- org.licas.data.gen - package org.licas.data.gen
-
Some basic data generators, for creating random data, mostly for simple data types.
- org.licas.def - package org.licas.def
-
Some common definition interfaces that the system uses to identify types of class.
- org.licas.def.gui - package org.licas.def.gui
-
Some common definition interfaces for GUI interface classes.
- org.licas.def.search - package org.licas.def.search
-
Some common definition interfaces for (metadata) search classes.
- org.licas.meta - package org.licas.meta
-
Stores the metadata used by the system, to understand what information each service has, including factory objects to help create metadata descriptions and some base classes.
- org.licas.meta.model - package org.licas.meta.model
-
Models the metadata used to define instances of specific metadata types.
- org.licas.module - package org.licas.module
-
This package stores a number of modules for the service framework and composition.
- org.licas.module.b_module - package org.licas.module.b_module
-
Behaviour-related modules process and evaluate the service data.
- org.licas.module.c_module - package org.licas.module.c_module
-
Control-related modules for the service control loop, probably the autonomic control loop,
with a behaviour module.
- org.licas.module.h_module - package org.licas.module.h_module
-
Module interface for heuristics.
- org.licas.module.h_module.cluster - package org.licas.module.h_module.cluster
-
Distributed solution modules, where clustering heuristics can create links between services, for example.
- org.licas.module.s_module - package org.licas.module.s_module
-
Service-related modules with common functionality - retrieve values or the control module.
- org.licas.parsers - package org.licas.parsers
-
Default parsers to process the objects that licas services may use.
- org.licas.parsers.admin - package org.licas.parsers.admin
-
Parsers for processing the admin metadata scripts.
- org.licas.parsers.network - package org.licas.parsers.network
-
Parsers for limited storage and re-construction of Network or SOA configurations.
- org.licas.parsers.sci - package org.licas.parsers.sci
-
Parsers for some of the scientific objects.
- org.licas.parsers.types - package org.licas.parsers.types
-
Parsers for processing basic data types and lists, where most of the XML-RPC information that you pass can be handled by these.
- org.licas.query - package org.licas.query
-
The default search and query engines, mostly system-related.
- org.licas.security - package org.licas.security
-
Security package for direct HTTP calls to the base server, for example, access rights to the file system.
- org.licas.server - package org.licas.server
-
The base server classes, for recieving and processing any local or remote call, including the listeners and the basic 'HttpServer with ESB' setup.
- org.licas.server.esb - package org.licas.server.esb
-
Functionality of the ESB with regard to internal processing and resources.
- org.licas.server.model - package org.licas.server.model
-
Info objects used by the server.
- org.licas.service - package org.licas.service
-
Application-specific base or fully implemented services, including factory classes for describing them.
- org.licas.service.link - package org.licas.service.link
-
Linking-related classes and services, including the original dynamic linking mechanism,
with 3-level structure, thresholds, memory control and linking options.
- org.licas.service.model - package org.licas.service.model
-
These classes can be instantiated, or are base definitions that can be used as is
with minimal abstract functionality, or can be further extended as needed.
- org.licas.service.resource - package org.licas.service.resource
-
Resource objects are stored here and its sub-packages, used to reference data-specific information in different ways, as opposed to the more commplex service hierarchy and functionality.
- org.licas.service.resource.container - package org.licas.service.resource.container
-
Resource objects for storing other resource objects and performing some pre-defined operations over them.
- org.licas.service.resource.info - package org.licas.service.resource.info
-
Resource objects for accessing a single data type, information-related.
- org.licas.service.sci - package org.licas.service.sci
-
Base classes for more scientific testing, including linking tests.
- org.licas.service.spec - package org.licas.service.spec
-
Service or network specifications, for particular implementations or uses.
- org.licas.util - package org.licas.util
-
Mostly pre-defined constant values, but also some utility methods.
- org.licas.util.classloader - package org.licas.util.classloader
-
For dynamically creating and loading in classes from Jar files.
- org.licas.util.exception - package org.licas.util.exception
-
Licas-specific exception types.
- org.licas.ws - package org.licas.ws
-
Web service parsers and processors.
- org.licas.ws.soap - package org.licas.ws.soap
-
For processing Web service calls using the SOAP protocol.
- org.licas.ws.wsdl - package org.licas.ws.wsdl
-
For compatibility with the soap package, some values are required here.
- org.licas.ws.wsdl.model - package org.licas.ws.wsdl.model
-
For compatibility with the soap package, the parameter info is local here.
- org.licas.ws.wsdl.parse - package org.licas.ws.wsdl.parse
-
Parsers for the different WSDL sections.
- OTHERCONTRACTMETA - Static variable in class org.licas.util.MetaConst
-
Defines other contract metadata tag
- OTHERMETA - Static variable in class org.licas.util.Const
-
Defines any other metadata related to a service
- OTHERSCRIPT - Static variable in class org.licas.util.Const
-
Defines any other script values related to a service
- OUTFAULT - Static variable in class org.licas.ws.wsdl.WsdlConst
-
- output - Variable in class org.licas.autonomic.script.AutoIn
-
The method result
- OUTPUT - Static variable in class org.licas.util.Const
-
Defines output type tag
- OUTPUT - Static variable in class org.licas.ws.wsdl.WsdlConst
-
- OutputStream(OutputStream) - Constructor for class org.licas.parsers.types.Base64.OutputStream
-
- OutputStream(OutputStream, int) - Constructor for class org.licas.parsers.types.Base64.OutputStream
-