Uses of Class
context.arch.service.helper.FunctionDescriptions

Packages that use FunctionDescriptions
context.arch.service   
context.arch.service.helper   
 

Uses of FunctionDescriptions in context.arch.service
 

Methods in context.arch.service that return FunctionDescriptions
 FunctionDescriptions Service.getFunctionDescriptions()
          Returns the descriptions of the service functions
 

Methods in context.arch.service with parameters of type FunctionDescriptions
 void Service.setFunctionDescriptions(FunctionDescriptions functions)
          Sets the descriptions of the service functions
 

Constructors in context.arch.service with parameters of type FunctionDescriptions
Service(CommunicationsHandler comm, java.lang.String name, FunctionDescriptions functions)
          Basic constructor that creates a service object.
InheritedService(CommunicationsHandler comm, java.lang.String serverName, java.lang.String serviceName, FunctionDescriptions descriptions, java.lang.String serviceHost, java.lang.String servicePort, java.lang.String serviceId)
          Basic constructor that creates an inherited service object.
InheritedService(CommunicationsHandler comm, java.lang.String serverName, java.lang.String serviceName, FunctionDescriptions descriptions, java.lang.String serviceHost, int servicePort, java.lang.String serviceId)
          Basic constructor that creates an inherited service object.
 

Uses of FunctionDescriptions in context.arch.service.helper
 

Methods in context.arch.service.helper that return FunctionDescriptions
 FunctionDescriptions ServiceDescription.getFunctionDescriptions()
          Returns the function descriptions
 

Methods in context.arch.service.helper with parameters of type FunctionDescriptions
 void ServiceDescriptions.addServiceDescription(java.lang.String name, FunctionDescriptions descriptions)
          Adds the given service description to the container.
 boolean ServiceDescriptions.hasServiceDescription(java.lang.String name, FunctionDescriptions descriptions)
          Determines whether the given service description is in the container.
 int ServiceDescriptions.indexOfServiceDescription(java.lang.String name, FunctionDescriptions descriptions)
          Returns the index at which the given service description occurs
 void ServiceDescription.setFunctionDescriptions(FunctionDescriptions descriptions)
          Sets the function descriptions
 void FunctionDescriptions.addFunctionDescriptions(FunctionDescriptions functions)
          Adds the given FunctionDescriptions object to the container.
 

Constructors in context.arch.service.helper with parameters of type FunctionDescriptions
ServiceDescription(java.lang.String name, FunctionDescriptions descriptions)
          Basic constructor that creates a service object.