1.0.0

org.eclipse.soda.dk.device
Interface ControlRegistry

All Known Implementing Classes:
DeviceRegistry

public interface ControlRegistry

The ControlRegistry interface defines the ControlRegistry concept.

Version:
1.0.0

Method Summary
 ControlService get(java.lang.String key)
          Perform the get method and return the ControlService result.
 void put(java.lang.String key, ControlService data)
          Perform the put action method.
 

Method Detail

get

ControlService get(java.lang.String key)
Perform the get method and return the ControlService result.

Parameters:
key - java.lang.String
Returns:
Results of the get (ControlService) value.

put

void put(java.lang.String key,
         ControlService data)
Perform the put action method.

Parameters:
key - java.lang.String
data - org.eclipse.soda.dk.device.service.ControlService

1.0.0

Copyright (c) 1999, 2007 IBM