Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

H

Handle - Class in org.licas.call
This is a helper class for creating the URI descriptions that define each service address running on a licas server.
Handle() - Constructor for class org.licas.call.Handle
Creates a new instance of Handle
handle(HttpEntity) - Method in class org.licas.server.BlockingServerHandler
Handle the HTTP request.
handle(BusEntity) - Method in class org.licas.server.BlockingServerHandler
Handle the HTTP request.
handle(HttpEntity) - Method in class org.licas.server.NonBlockingServerHandler
Handle the HTTP request.
handle(BusEntity) - Method in class org.licas.server.NonBlockingServerHandler
Handle the HTTP request.
handle(HttpEntity) - Method in class org.licas.server.ServerHandler
Handle the HTTP request.
HANDLE - Static variable in class org.licas.util.Const
Defines the root handle element for a path description
handleMethodExecution(BusEntity) - Method in class org.licas.server.BlockingServerMethodHandler
Handle the HTTP request.
handleMethodExecution(BusEntity) - Method in class org.licas.server.NonBlockingServerMethodHandler
Handle the HTTP request.
handleMethodExecution(BusEntity) - Method in class org.licas.server.ServerMethodHandler
Handle the HTTP request.
handleToString(Element) - Static method in class org.licas.call.Handle
Get a string-based description of the handle.
handshake(Element, String, String, String) - Method in class org.licas.Service
Checks if the calling client exists and can connect with it.
hasAccessLevel(String) - Method in class org.licas.AdminInfo
Return true if the access level exists.
hasAdminKey(Element) - Method in class org.licas.PasswordHandler
Return true if a service key is stored for the specified service uuid.
hasAdminKey(String) - Method in class org.licas.PasswordHandler
Return true if a service key is stored for the specified service uuid.
hasChildren() - Method in class org.licas.ws.wsdl.model.WsdlParamInfo
Return true if this param info object has child elements.
hasCommID(String) - Method in class org.licas.MessageStore
Return true if the communication ID is saved.
hasCommunicationID(String) - Method in class org.licas.Service
Return true if this service currently stores a conversation with the specified communication ID.
hasCommunicationID(String, Service) - Static method in class org.licas.ServiceComm
Return true if this service currently stores a conversation with the specified communication ID.
hasConstructor(String, Class[]) - Static method in class org.licas.util.ReflectionHandler
Return true if a constructor with the specified parameter list exists for the class type.
hasEffOutput() - Method in class org.licas.autonomic.script.AutoEngineInfo
Return true if an effector filter method list is added to this element.
hasESB(String) - Method in class org.licas.server.LocalServer
Return true if an enterprise service bus is running on this server.
HASESB - Static variable in class org.licas.util.MethodConst
Defines check if ESB etc running OK method
hasHandleSeparator(Element) - Static method in class org.licas.call.Handle
Return true if the method call has a handle separator between two elements of the form service S or method M.
HashMapParser - Class in org.licas.parsers.types
This class parses standard HashMap structures.
HashMapParser() - Constructor for class org.licas.parsers.types.HashMapParser
Creates a new instance of HashMapParser
hashMapToElement(HashMap, Element) - Static method in class org.licas.parsers.types.HashMapParser
Parse a HashMap to generate an xml representation.
HashtableParser - Class in org.licas.parsers.types
This class parses standard Hashtable structures.
HashtableParser() - Constructor for class org.licas.parsers.types.HashtableParser
Creates a new instance of HashtableParser
hashtableToElement(Hashtable, Element) - Static method in class org.licas.parsers.types.HashtableParser
Parse a ArrayList to generate an xml representation.
hasInstance() - Static method in class org.licas.ws.WsFactory
Return true if an instance of the factory has been set.
hasJarFactory(String) - Method in class org.licas.server.HttpServer
Return true if this server is running a jar factory.
hasJarFactory(String) - Method in class org.licas.server.LocalServer
Return true if this server is running a jar factory.
HASJARFACTORY - Static variable in class org.licas.util.MethodConst
Defines check if jar factory exists method
hasLinkTo(String) - Method in class org.licas.Service
Return true if this service has a permanent local link (PermanentLink only) to the service with the specified service ID.
HASLINKTO - Static variable in class org.licas.util.MethodConst
Defines has link to method
hasMessages() - Method in class org.licas.server.esb.MonitorServer
Return true if there are messages waiting to be processed.
hasMetaForInfo(String) - Method in class org.licas.meta.ServiceMeta
Return true if the this metadata object contains an entry for the specified metadata part.
hasNegative(ArrayList<Object>) - Method in class org.licas.service.link.ThresholdSource
Return true if any of the negative concepts are stored with the link.
hasParser(String) - Static method in class org.licas.parsers.Parsers
Return true if a parser for the specified class type exists.
hasProcess() - Method in class org.licas.autonomic.script.AutoEngine
Return true if the engine has a process script loaded, false otherwise.
hasSavedReply(String) - Method in class org.licas.MessageStore
Return true if the method reply is saved.
hasServer() - Static method in class org.licas.server.LocalServer
Return true if an HttpServer instance is created.
hasServerPassword() - Method in class org.licas.server.ESB
Return true if the local server password is stored.
hasServerPassword() - Method in class org.licas.Service
Return true if the local server password is stored.
hasService(String) - Method in class org.licas.Service
Return true if a service with the specified id is running on this one.
HASSERVICE - Static variable in class org.licas.util.MethodConst
Defines check if service has other service loaded on it
hasServicePassword(Element) - Method in class org.licas.PasswordHandler
Return true if a password is stored for the specified service uuid.
hasServicePassword(String) - Method in class org.licas.PasswordHandler
Return true if a password is stored for the specified service uuid.
hasServiceType(String) - Method in class org.licas.Service
Return true if a service with the specified type is running on this one.
hasTimeKey(String) - Method in class org.licas.service.sci.DataTransfer
Return true if the data list contains the indicated time key.
hasURL(Element) - Static method in class org.licas.call.Handle
Return true if the uri has a URL part as specified by the U name.
HEAD - Static variable in class org.licas.util.MethodConst
HTTP Header method section
HEAD - Static variable in class org.licas.ws.wsdl.WsdlConst
 
HEADER - Static variable in class org.licas.ws.soap.SoapConst
Indicate header tag.
HEADER - Static variable in class org.licas.ws.wsdl.WsdlConst
 
headers - Variable in class org.licas.server.model.HttpEntity
Lists of headers, key is the type, value is a list of related values
HEADERS - Static variable in class org.licas.util.Const
Defines entity headers tag
heuristicClass(String) - Static method in class org.licas.module.ModuleHandler
Return a likely heuristic module class type for a description.
HeuristicConst - Class in org.licas.util
This class stores some constant values.
HeuristicConst() - Constructor for class org.licas.util.HeuristicConst
 
HeuristicModule - Class in org.licas.module
Base class for the evaluation heuristics.
HeuristicModule() - Constructor for class org.licas.module.HeuristicModule
Create a new instance of HeuristicModule.
HeuristicModule(Element) - Constructor for class org.licas.module.HeuristicModule
Create a new instance of HeuristicModule.
HEURISTICOPTION - Static variable in class org.licas.util.AiConst
 
heuristicOptions - Variable in class org.licas.service.spec.ServiceSpec
A list of different heuristic options.
HEURISTICOPTIONS - Static variable in class org.licas.util.AiConst
 
heuristicType - Variable in class org.licas.service.spec.ServiceSpec
The type of heuristic to use.
HEURISTICTYPE - Static variable in class org.licas.util.AiConst
 
HIGH - Static variable in class org.licas.server.model.BusEntity
 
HISTPLOTVIEW - Static variable in class org.licas.util.ServiceConst
Defines a histogram plot view
HM_Cluster - Class in org.licas.module.h_module
Base class for the clustering heuristics.
HM_Cluster() - Constructor for class org.licas.module.h_module.HM_Cluster
Create a new instance of HM_Cluster.
HM_Cluster(Element) - Constructor for class org.licas.module.h_module.HM_Cluster
Create a new instance of HM_Cluster.
HM_CompleteLink - Class in org.licas.module.h_module.cluster
Provides one implementation of a clustering process.
HM_CompleteLink() - Constructor for class org.licas.module.h_module.cluster.HM_CompleteLink
Create a new instance of HM_CompleteLink.
HM_CompleteLink(Element) - Constructor for class org.licas.module.h_module.cluster.HM_CompleteLink
Create a new instance of HM_CompleteLink.
HM_ContainsLink - Class in org.licas.module.h_module.cluster
Provides one implementation of a clustering process.
HM_ContainsLink() - Constructor for class org.licas.module.h_module.cluster.HM_ContainsLink
Create a new instance of HM_ContainsLink.
HM_ContainsLink(Element) - Constructor for class org.licas.module.h_module.cluster.HM_ContainsLink
Create a new instance of HM_ContainsLink.
HM_SingleLink - Class in org.licas.module.h_module.cluster
Provides one implementation of a clustering process.
HM_SingleLink() - Constructor for class org.licas.module.h_module.cluster.HM_SingleLink
Create a new instance of HM_SingleLink.
HM_SingleLink(Element) - Constructor for class org.licas.module.h_module.cluster.HM_SingleLink
Create a new instance of HM_SingleLink.
HORIZONTALGAP - Static variable in class org.licas.util.Const
Defines a graphic horizontal gap tag
HOUR - Static variable in class org.licas.util.TimeConst
Day tag name
HTMLFILE - Static variable in class org.licas.util.TypeConst
Defines an HTML file type
httpBase - Variable in class org.licas.server.ESB
Base http server.
HttpEntity - Class in org.licas.server.model
Container class for an http communication object.
HttpEntity(String, String) - Constructor for class org.licas.server.model.HttpEntity
Create a new instance of HttpEntity.
HTTPENTITY - Static variable in class org.licas.util.Const
Defines the http entity/request/response object tag
HttpEntityParser - Class in org.licas.parsers
 
HttpEntityParser() - Constructor for class org.licas.parsers.HttpEntityParser
 
HTTPGSTART - Static variable in class org.licas.server.ServerConnection
Message start and end between HTTP data
httpHeaders(HttpEntity) - Method in class org.licas.server.ServerConnection
Determine of the request is an HTTP-type that requires headers at the start and create them if it does.
HttpListener - Class in org.licas.server
Base class for a listener thread for processing HTTP requests.
HttpListener(int, String, long, String, String) - Constructor for class org.licas.server.HttpListener
Create a new instance of HttpListener.
HTTPMEND - Static variable in class org.licas.server.ServerConnection
 
HTTPPSTART - Static variable in class org.licas.server.ServerConnection
 
HttpServer - Class in org.licas.server
A lightweight HTTP server to host server side components.
HttpServer(ServerConfig) - Constructor for class org.licas.server.HttpServer
Construct http server object.
httpServer - Static variable in class org.licas.server.HttpServer
The http server
HTTPSERVER - Static variable in class org.licas.util.Const
Defines the ESB component UUID
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links