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

P

PACKETSIZE_KEY - Static variable in interface org.eclipse.soda.dk.multicast.transport.service.MulticastTransportService
Custom parameter packetsize configuration key.
PACKETSIZE_KEY - Static variable in interface org.eclipse.soda.dk.udp.transport.service.UdpTransportService
Custom parameter packetsize configuration key.
PAR_EV_BUFFER - Static variable in class javax.comm.ParallelPortEvent
Define the par ev buffer (int) constant.
PAR_EV_ERROR - Static variable in class javax.comm.ParallelPortEvent
Define the par ev error (int) constant.
ParallelErrorEventThread - Class in org.eclipse.soda.dk.comm
 
ParallelErrorEventThread(int, NSParallelPort) - Constructor for class org.eclipse.soda.dk.comm.ParallelErrorEventThread
Constructs an instance of this class from the specified ifd and port parameters.
parallelEvent(ParallelPortEvent) - Method in interface javax.comm.ParallelPortEventListener
Parallel event with the specified ev parameter.
ParallelPort - Class in javax.comm
 
ParallelPort() - Constructor for class javax.comm.ParallelPort
Constructs an instance of this class.
ParallelPortEvent - Class in javax.comm
 
ParallelPortEvent(ParallelPort, int, boolean, boolean) - Constructor for class javax.comm.ParallelPortEvent
Constructs an instance of this class from the specified srcport, eventtype, oldvalue and newvalue parameters.
ParallelPortEventListener - Interface in javax.comm
 
Parameter - Class in org.eclipse.soda.dk.parameter
The Parameter class implements the ParameterService interface.
Parameter(String, TransformService, short) - Constructor for class org.eclipse.soda.dk.parameter.Parameter
Constructs an Parameter object using the input parameter(s).
Parameter(String, short) - Constructor for class org.eclipse.soda.dk.parameter.Parameter
Constructs an instance of this class from the specified key and style parameters.
Parameter(String) - Constructor for class org.eclipse.soda.dk.parameter.Parameter
Constructs an instance of this class from the specified key parameter.
Parameter(String, TransformService) - Constructor for class org.eclipse.soda.dk.parameter.Parameter
Constructs an Parameter object using the input parameter(s).
ParameterAllTestcase - Class in org.eclipse.soda.dk.parameter.testcase
 
ParameterAllTestcase() - Constructor for class org.eclipse.soda.dk.parameter.testcase.ParameterAllTestcase
 
ParameterCommand - Class in org.eclipse.soda.dk.command
The ParameterCommand class implements the CommandService interface.
ParameterCommand(String, MessageService, TransformService, ParameterService) - Constructor for class org.eclipse.soda.dk.command.ParameterCommand
Constructs an ParameterCommand object using the input parameter(s).
ParameterMessage - Class in org.eclipse.soda.dk.message
The ParameterMessage class implements the MessageService interface.
ParameterMessage(byte[], ParameterService) - Constructor for class org.eclipse.soda.dk.message.ParameterMessage
Constructs an instance of this class from the specified data and parameter parameters.
ParameterMessage(byte[], FilterService, ParameterService) - Constructor for class org.eclipse.soda.dk.message.ParameterMessage
Constructs an ParameterMessage object using the input parameter(s).
Parameters - Class in org.eclipse.soda.dk.parameter
 
Parameters(String, ParameterService[]) - Constructor for class org.eclipse.soda.dk.parameter.Parameters
Constructs an instance of this class from the specified key and parameters parameters.
parameters - Variable in class org.eclipse.soda.dk.parameter.Parameters
Define the parameters (ParameterService[]) field.
ParameterService - Interface in org.eclipse.soda.dk.parameter.service
The ParameterService interface defines the ParameterService concept.
ParameterSignal - Class in org.eclipse.soda.dk.signal
The ParameterSignal class implements the SignalService interface.
ParameterSignal(String, MessageService, TransformService, ParameterService) - Constructor for class org.eclipse.soda.dk.signal.ParameterSignal
Constructs an ParameterSignal object using the input parameter(s).
PARITY_EVEN - Static variable in class javax.comm.SerialPort
Define the parity even (int) constant.
PARITY_EVEN - Static variable in class org.eclipse.soda.dk.comm.NSSerialPort
 
PARITY_EVEN - Static variable in interface org.eclipse.soda.dk.serial.connection.service.SerialConnectionService
Define the parity even (int) constant.
PARITY_KEY - Static variable in interface org.eclipse.soda.dk.serial.connection.service.SerialConnectionService
Define the parity key (String) constant.
PARITY_MARK - Static variable in class javax.comm.SerialPort
Define the parity mark (int) constant.
PARITY_MARK - Static variable in class org.eclipse.soda.dk.comm.NSSerialPort
 
PARITY_MARK - Static variable in interface org.eclipse.soda.dk.serial.connection.service.SerialConnectionService
Define the parity mark (int) constant.
PARITY_NONE - Static variable in class javax.comm.SerialPort
Define the parity none (int) constant.
PARITY_NONE - Static variable in class org.eclipse.soda.dk.comm.NSSerialPort
 
PARITY_NONE - Static variable in interface org.eclipse.soda.dk.serial.connection.service.SerialConnectionService
Define the parity none (int) constant.
PARITY_ODD - Static variable in class javax.comm.SerialPort
Define the parity odd (int) constant.
PARITY_ODD - Static variable in class org.eclipse.soda.dk.comm.NSSerialPort
 
PARITY_ODD - Static variable in interface org.eclipse.soda.dk.serial.connection.service.SerialConnectionService
Define the parity odd (int) constant.
PARITY_SPACE - Static variable in class javax.comm.SerialPort
Define the parity space (int) constant.
PARITY_SPACE - Static variable in class org.eclipse.soda.dk.comm.NSSerialPort
 
PARITY_SPACE - Static variable in interface org.eclipse.soda.dk.serial.connection.service.SerialConnectionService
Define the parity space (int) constant.
parse(String) - Static method in class org.eclipse.soda.dk.data.Degree
Parse with the specified value parameter and return the long result.
parseBillionDegree(String) - Static method in class org.eclipse.soda.dk.data.Degree
Parse billion degree with the specified value parameter and return the int result.
parseDelimitedByToken(String, String) - Static method in class org.eclipse.soda.dk.profile.test.agent.ProfileAbstractTestCase
Parse comma delimited with the specified comma delimited parameter and return the String[] result.
parseHexSpaceDelimited(String) - Static method in class org.eclipse.soda.dk.profile.test.agent.ProfileAbstractTestCase
Parse hex space delimited with the specified space delimited hex parameter and return the byte[] result.
parseInt(String) - Static method in class org.eclipse.soda.dk.data.Data
Parse int with the specified string parameter and return the int result.
parseInt(String, int, int) - Static method in class org.eclipse.soda.dk.data.Data
Parse int with the specified string, start and length parameters and return the int result.
parseInterestMask(String) - Static method in class org.eclipse.soda.dk.profile.test.agent.ProfileAbstractTestCase
Parse interest mask with the specified comma delimited pattern and comma delimited care parameters and return the InterestMask result.
PARSEINTERESTMASK - Static variable in class org.eclipse.soda.dk.profile.test.agent.ProfileTestAgent
Define message (int) constants.
parseLong(String) - Static method in class org.eclipse.soda.dk.data.Data
Parse long with the specified string parameter and return the long result.
parseLong(String, int, int) - Static method in class org.eclipse.soda.dk.data.Data
Parse long with the specified string, start and length parameters and return the long result.
parseMetarDegree(String) - Static method in class org.eclipse.soda.dk.data.Degree
Parse metar degree with the specified value parameter and return the int result.
parseNmeaDegree(String) - Static method in class org.eclipse.soda.dk.data.Degree
Parse nmea degree with the specified value parameter and return the int result.
parseUint(String, int, int) - Static method in class org.eclipse.soda.dk.data.Data
Parse uint with the specified string, start and length parameters and return the int result.
parseUlong(String, int, int) - Static method in class org.eclipse.soda.dk.data.Data
Parse ulong with the specified string, start and length parameters and return the long result.
path - Variable in class org.eclipse.soda.dk.device.servlet.DeviceServletContext
Define the path translated (String) field.
PATH_KEY - Static variable in interface org.eclipse.soda.dk.random.access.file.connection.service.RandomAccessFileConnectionService
Define the path key (String) constant.
PE - Static variable in class javax.comm.SerialPortEvent
Define the pe (int) constant.
physicalName - Variable in class org.eclipse.soda.dk.comm.DeviceListEntry
Define the physical name (String) field.
POLL_COMMAND_NAME - Static variable in class org.eclipse.soda.dk.device.Device
Define the poll command name (String) constant.
pollingTime - Static variable in class javax.comm.CommPortIdentifier
 
pop() - Method in class org.eclipse.soda.dk.device.servlet.TemplateInputStream
Perform the pop method and return the InputStream result.
PORT_KEY - Static variable in interface org.eclipse.soda.dk.tcpip.server.connection.service.TcpipServerConnectionService
Define the port key (String) constant.
PORT_OWNED - Static variable in interface javax.comm.CommPortOwnershipListener
Define the port owned (int) constant.
PORT_OWNERSHIP_REQUESTED - Static variable in interface javax.comm.CommPortOwnershipListener
Define the port ownership requested (int) constant.
PORT_PARALLEL - Static variable in class javax.comm.CommPortIdentifier
 
PORT_SERIAL - Static variable in class javax.comm.CommPortIdentifier
 
PORT_UNOWNED - Static variable in interface javax.comm.CommPortOwnershipListener
Define the port unowned (int) constant.
PortInUseException - Exception in javax.comm
 
PortInUseException(String) - Constructor for exception javax.comm.PortInUseException
Constructs an instance of this class from the specified co parameter.
portType - Variable in class org.eclipse.soda.dk.comm.DeviceListEntry
Define the port type (int) field.
PositionData - Class in org.eclipse.soda.dk.data
 
PositionData(String, String) - Constructor for class org.eclipse.soda.dk.data.PositionData
Constructs an instance of this class from the specified latitude string and longitude string parameters.
PositionData(Degree, Degree) - Constructor for class org.eclipse.soda.dk.data.PositionData
Constructs an instance of this class from the specified latitude and longitude parameters.
pp - Variable in class org.eclipse.soda.dk.comm.ParallelErrorEventThread
Define the pp (NSParallelPort) field.
PREFIX_KEY - Static variable in class org.eclipse.soda.dk.core.EscObject
Define the prefix key (String) constant.
prefixProperty - Variable in class org.eclipse.soda.dk.profile.test.agent.ProfileAbstractTestCase
Define the prefix property (String) field.
prependPrefix(String) - Method in class org.eclipse.soda.dk.device.Container
Prepend prefix with the specified topic parameter and return the String result.
prependPrefix(String, String) - Method in class org.eclipse.soda.dk.device.Container
Prepend prefix with the specified topic prefix and topic parameters and return the String result.
prependPrefix(String) - Method in class org.eclipse.soda.dk.profile.test.agent.ProfileAbstractTestCase
Prepend prefix with the specified topic parameter and return the String result.
print(String) - Method in class org.eclipse.soda.dk.device.servlet.DeviceServletContext
Print with the specified data parameter.
print(int) - Method in class org.eclipse.soda.dk.device.servlet.DeviceServletContext
Print with the specified data parameter.
println(String) - Method in class org.eclipse.soda.dk.device.servlet.DeviceServletContext
Println with the specified data parameter.
printTable(Hashtable, int) - Method in class org.eclipse.soda.dk.device.testcase.DeviceTestcase
Print table with the specified table parameter.
process() - Method in class org.eclipse.soda.dk.core.Worker
Process.
process(ControlService) - Method in class org.eclipse.soda.dk.device.ThreadDevice
Process with the specified control parameter.
PROCESS_INPUT_EXCEPTION_RESOURCE - Static variable in class org.eclipse.soda.dk.transport.Transport
Define the process input exception resource (int) constant.
processBundleHeaders(DeviceBundleServletContext) - Method in class org.eclipse.soda.dk.device.bundle.servlet.DeviceBundleServlet
Process bundle headers with the specified writer parameter.
processBundles(DeviceBundleServletContext) - Method in class org.eclipse.soda.dk.device.bundle.servlet.DeviceBundleServlet
Process bundles with the specified writer parameter.
processComment(String) - Method in class org.eclipse.soda.dk.device.servlet.TemplateInputStream
Perform the processComment method and return the InputStream result.
processConfigurationAdmin(DeviceConfigurationServletContext, Map) - Method in class org.eclipse.soda.dk.device.configuration.servlet.DeviceConfigurationServlet
Process configuration admin with the specified writer parameter.
processConfigurationAttributes(DeviceServletContext, Dictionary, AttributeDefinition[], boolean) - Method in class org.eclipse.soda.dk.device.configuration.servlet.DeviceConfigurationServlet
Process configuration attributes with the specified writer, properties, attribute definitions and required parameters.
processConfigurationAttributes(DeviceServletContext, Dictionary, AttributeDefinition[], boolean) - Method in class org.eclipse.soda.dk.metadata.servlet.DeviceMetadataServlet
Process configuration attributes with the specified context, properties, attribute definitions and required parameters and return the AttributeDefinition result.
processDevice(DeviceDeviceServletContext, DeviceService) - Method in class org.eclipse.soda.dk.device.device.servlet.DeviceDeviceServlet
Process device with the specified context and device parameters.
processDeviceRegistry(DeviceDeviceServletContext) - Method in class org.eclipse.soda.dk.device.device.servlet.DeviceDeviceServlet
Process device registry with the specified context parameter.
processElse(String) - Method in class org.eclipse.soda.dk.device.servlet.TemplateInputStream
Process else with the specified variable name parameter and return the InputStream result.
processEndif(String) - Method in class org.eclipse.soda.dk.device.servlet.TemplateInputStream
Process endif with the specified variable name parameter and return the InputStream result.
processEntityReference(String) - Method in class org.eclipse.soda.dk.device.servlet.TemplateInputStream
Process entity reference with the specified comment parameter and return the InputStream result.
processFactory(DeviceMetadataServletContext, MetaTypeProvider, String) - Method in class org.eclipse.soda.dk.metadata.servlet.DeviceMetadataServlet
Process factory with the specified context, meta type provider and factory pid parameters.
processFileRequest(DeviceServletContext) - Method in class org.eclipse.soda.dk.device.bundle.servlet.DeviceBundleServlet
Process file request with the specified context parameter.
processFileRequest(DeviceServletContext) - Method in class org.eclipse.soda.dk.device.servlet.DeviceServlet
Process file request with the specified context parameter.
processIf(String) - Method in class org.eclipse.soda.dk.device.servlet.TemplateInputStream
Process if with the specified variable name parameter and return the InputStream result.
PROCESSING_UNABLE_TO_KEEP_UP_EXCEPTION_RESOURCE - Static variable in class org.eclipse.soda.dk.device.Container
Define the processing unable to keep up exception resource (int) constant.
processInput() - Method in class org.eclipse.soda.dk.transport.ThreadTransport
Perform the processInput action method.
processInput(byte[], int) - Method in class org.eclipse.soda.dk.transport.ThreadTransport
Process input bytes looking for input message(s).
processInput(int) - Method in class org.eclipse.soda.dk.transport.ThreadTransport
Perform the processInput action method.
processInput() - Method in class org.eclipse.soda.dk.udp.transport.UdpTransport
Perform the processInput action method.
processMap(DevicePropertyServletContext, Map, String) - Method in class org.eclipse.soda.dk.device.property.servlet.DevicePropertyServlet
Process map with the specified context, map and name parameters.
processMetaData(DeviceMetadataServletContext) - Method in class org.eclipse.soda.dk.metadata.servlet.DeviceMetadataServlet
Process meta data with the specified writer and language parameters.
processObjectClass(DeviceMetadataServletContext, ObjectClassDefinition, Dictionary) - Method in class org.eclipse.soda.dk.metadata.servlet.DeviceMetadataServlet
Process object class with the specified context, object class definition and properties parameters and return the AttributeDefinition result.
processOverview(DeviceServletContext) - Method in class org.eclipse.soda.dk.device.servlet.DeviceServlet
Process overview with the specified context parameter.
processProperties(DevicePropertyServletContext) - Method in class org.eclipse.soda.dk.device.property.servlet.DevicePropertyServlet
Process properties with the specified context parameter.
processRequest(DeviceServletContext) - Method in class org.eclipse.soda.dk.device.bundle.servlet.DeviceBundleServlet
Process request with the specified context parameter.
processRequest(DeviceServletContext) - Method in class org.eclipse.soda.dk.device.configuration.servlet.DeviceConfigurationServlet
Process request with the specified context parameter.
processRequest(DeviceServletContext) - Method in class org.eclipse.soda.dk.device.device.servlet.DeviceDeviceServlet
Process request with the specified context parameter.
processRequest(DeviceServletContext) - Method in class org.eclipse.soda.dk.device.property.servlet.DevicePropertyServlet
Process request with the specified context parameter.
processRequest(DeviceServletContext) - Method in class org.eclipse.soda.dk.device.service.servlet.DeviceServiceServlet
Process request with the specified context parameter.
processRequest(DeviceServletContext) - Method in class org.eclipse.soda.dk.device.servlet.DeviceServlet
Process request with the specified context parameter.
processRequest(DeviceServletContext) - Method in class org.eclipse.soda.dk.metadata.servlet.DeviceMetadataServlet
Process request with the specified context parameter.
processServiceReferences(DeviceServiceServletContext) - Method in class org.eclipse.soda.dk.device.service.servlet.DeviceServiceServlet
Process service references with the specified writer parameter.
processSsiCommand(String, String, String) - Method in class org.eclipse.soda.dk.device.servlet.TemplateInputStream
Perform the processSsiCommand method and return the InputStream result.
processSsiLogicCommand(String, String, String) - Method in class org.eclipse.soda.dk.device.servlet.TemplateInputStream
Process ssi logic command with the specified command, tagAsVersion and value parameters and return the InputStream result.
Profile - Class in org.eclipse.soda.dk.profile
 
Profile() - Constructor for class org.eclipse.soda.dk.profile.Profile
Constructs an instance of this class.
Profile(String, String, String) - Constructor for class org.eclipse.soda.dk.profile.Profile
Constructs an instance of this class from the specified capabilities, status and configuration parameters.
PROFILE_FAILED_TO_CHANGE_STATE - Static variable in class org.eclipse.soda.dk.profile.test.agent.ProfileTestAgent
Define the write reports incorrect old value (int) constant.
ProfileAbstractTestCase - Class in org.eclipse.soda.dk.profile.test.agent
 
ProfileAbstractTestCase(String) - Constructor for class org.eclipse.soda.dk.profile.test.agent.ProfileAbstractTestCase
Constructs a new instance of the ProfileAbstractTestCase class.
ProfileBundle - Class in org.eclipse.soda.dk.profile.bundle
The ProfileBundle is the base bundle activator for all profile bundle activators.
ProfileBundle() - Constructor for class org.eclipse.soda.dk.profile.bundle.ProfileBundle
 
ProfileFactory - Class in org.eclipse.soda.dk.profile.factory
 
ProfileFactory() - Constructor for class org.eclipse.soda.dk.profile.factory.ProfileFactory
 
ProfileListener - Interface in org.eclipse.soda.dk.profile.service
The ProfileListener interface defines the methods to be called when event notification occurs.
ProfileManaged - Class in org.eclipse.soda.dk.profile.managed
The DeviceBundle is the standard Bundle Activator for all other transport bundle activators to subclass.
ProfileManaged() - Constructor for class org.eclipse.soda.dk.profile.managed.ProfileManaged
 
ProfileResourceBundle - Class in org.eclipse.soda.dk.profile
The ProfileResourceBundle provides the NLS resources.
ProfileResourceBundle() - Constructor for class org.eclipse.soda.dk.profile.ProfileResourceBundle
 
ProfileResourceBundle_en_US - Class in org.eclipse.soda.dk.profile
 
ProfileResourceBundle_en_US() - Constructor for class org.eclipse.soda.dk.profile.ProfileResourceBundle_en_US
Constructs an instance of this class.
ProfileService - Interface in org.eclipse.soda.dk.profile.service
 
ProfileTest - Class in org.eclipse.soda.dk.profile.test
 
ProfileTest() - Constructor for class org.eclipse.soda.dk.profile.test.ProfileTest
Constructs a new instance of the RfidAsystSecsDeviceTest class.
ProfileTestAgent - Class in org.eclipse.soda.dk.profile.test.agent
 
ProfileTestAgent() - Constructor for class org.eclipse.soda.dk.profile.test.agent.ProfileTestAgent
 
ProfileTestAgentResourceBundle - Class in org.eclipse.soda.dk.profile.test.agent
The ProfileTestAgentResourceBundle provides the NLS resources.
ProfileTestAgentResourceBundle() - Constructor for class org.eclipse.soda.dk.profile.test.agent.ProfileTestAgentResourceBundle
 
ProfileTestAgentResourceBundle_en_US - Class in org.eclipse.soda.dk.profile.test.agent
 
ProfileTestAgentResourceBundle_en_US() - Constructor for class org.eclipse.soda.dk.profile.test.agent.ProfileTestAgentResourceBundle_en_US
Constructs an instance of this class.
ProfileTestAgentService - Interface in org.eclipse.soda.dk.profile.test.agent.service
 
ProfileTestBundle - Class in org.eclipse.soda.dk.profile.test.bundle
Device Test class.
ProfileTestBundle() - Constructor for class org.eclipse.soda.dk.profile.test.bundle.ProfileTestBundle
 
ProfileTestFactory - Class in org.eclipse.soda.dk.profile.test.factory
The TransportBundle is the standard Bundle Activator for all other transport bundle activators to subclass.
ProfileTestFactory() - Constructor for class org.eclipse.soda.dk.profile.test.factory.ProfileTestFactory
 
ProfileTestManaged - Class in org.eclipse.soda.dk.profile.test.managed
The TransportBundle is the standard Bundle Activator for all other transport bundle activators to subclass.
ProfileTestManaged() - Constructor for class org.eclipse.soda.dk.profile.test.managed.ProfileTestManaged
 
ProfileTestResourceBundle - Class in org.eclipse.soda.dk.profile.test
The ProfileTestResourceBundle provides the NLS resources.
ProfileTestResourceBundle() - Constructor for class org.eclipse.soda.dk.profile.test.ProfileTestResourceBundle
 
ProfileTestResourceBundle_en_US - Class in org.eclipse.soda.dk.profile.test
 
ProfileTestResourceBundle_en_US() - Constructor for class org.eclipse.soda.dk.profile.test.ProfileTestResourceBundle_en_US
Constructs an instance of this class.
ProfileTestService - Interface in org.eclipse.soda.dk.profile.test.service
 
PropertyComparator - Class in org.eclipse.soda.dk.device.property.servlet
 
PropertyComparator() - Constructor for class org.eclipse.soda.dk.device.property.servlet.PropertyComparator
Constructs an instance of this class.
push(InputStream) - Method in class org.eclipse.soda.dk.device.servlet.TemplateInputStream
Perform the push action method.
put(String, Object) - Method in class org.eclipse.soda.dk.core.EscConfiguration
Change/set the specified property value.
put(String, ControlService) - Method in class org.eclipse.soda.dk.device.Container
Perform the put action method.
put(ControlService) - Method in class org.eclipse.soda.dk.device.Container
Put with the specified control parameter.
put(String, ControlService) - Method in interface org.eclipse.soda.dk.device.ControlRegistry
Perform the put action method.
put(String, ControlService) - Method in class org.eclipse.soda.dk.device.Device
Put with the specified key and control parameters.
put(String, ControlService) - Method in interface org.eclipse.soda.dk.device.service.DeviceRegistryService
Perform the put action method.
put(String, ControlService) - Method in interface org.eclipse.soda.dk.device.service.DeviceService
Perform the put action method.
put(Object, Object) - Method in class org.eclipse.soda.dk.message.Message
Perform the put action method.
put(Object, Object) - Method in class org.eclipse.soda.dk.message.Messages
Perform the put action method.
put(Object, Object) - Method in interface org.eclipse.soda.dk.message.service.MessageService
Perform the put action method.
put(Object, Object) - Method in class org.eclipse.soda.dk.message.TokenMessage
Perform the put action method.
putConfigurationInformation(String, Object) - Method in class org.eclipse.soda.dk.adapter.test.AdapterTest
Set the specified property value.
putConfigurationInformation(String, Object) - Method in class org.eclipse.soda.dk.agent.test.AgentTest
Set the specified property value.
putConfigurationInformation(String, Object) - Method in class org.eclipse.soda.dk.core.ConfigurableObject
Put configuration information with the specified property name and value parameters.
putConfigurationInformation(String, Object) - Method in class org.eclipse.soda.dk.device.Container
Set the specified property value.
putConfigurationInformation(String, Object) - Method in class org.eclipse.soda.dk.device.test.DeviceTest
Set the specified property value.
putConfigurationInformation(String, Object) - Method in class org.eclipse.soda.dk.profile.test.ProfileTest
Set the specified property value.
putConfigurationInformation(String, Object) - Method in class org.eclipse.soda.dk.transport.test.TransportTest
Set the specified property value.
putConfigurationInformation(String, Object) - Method in class org.eclipse.soda.dk.transport.Transport
Set the specified property value.

1.0.0
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright (c) 1999, 2007 IBM