2008-02-07 1.1.0

org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet
Class WriteProfileConsole

java.lang.Object
  extended by org.eclipse.soda.sat.core.framework.BaseBundleActivator
      extended by org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet.WriteProfileConsole
All Implemented Interfaces:
BundleActivator

public class WriteProfileConsole
extends org.eclipse.soda.sat.core.framework.BaseBundleActivator

Version:
1.1.0

Field Summary
 
Fields inherited from class org.eclipse.soda.sat.core.framework.BaseBundleActivator
NO_SERVICES
 
Constructor Summary
WriteProfileConsole()
           
 
Method Summary
protected  void activate()
          Activate.
protected  java.lang.String[] getImportedServiceNames()
          Gets the imported service names (String[]) value.
protected  java.io.InputStream getPropertiesInputStream()
          Gets the properties input stream (InputStream) value.
 java.util.List getReports()
          Gets the reports (List) value.
 void notificationReceived(java.lang.String externalKey, java.util.Dictionary data)
          Notification received with the specified external key and data parameters.
protected  void sendRequest(java.lang.String topic, java.lang.Object request)
          Send request with the specified topic and request parameters.
 void sendTagAggregating(java.lang.String prefix, java.lang.Boolean request)
          Send tag aggregating with the specified prefix and request parameters.
 void sendTagAggregationMaskSetting(java.lang.String prefix, java.lang.String mask)
          Send tag aggregation mask setting with the specified prefix and mask parameters.
 void sendTagWriteMaskSetting(java.lang.String prefix, java.lang.String mask)
          Send tag write mask setting with the specified prefix and mask parameters.
 void sendTagWriteMaskSettingRequest(java.lang.String prefix, java.util.Map tagWriteMaskSettingParameter)
          Send tag write mask setting request with the specified prefix and tag write mask setting parameter parameters.
 void sendWriteOperationsExecuteRequest(java.lang.String prefix, java.lang.String request)
          Send write operations execute request with the specified prefix and request parameters.
 void sendWriteOperationsRequest(java.lang.String prefix, java.lang.String writeOperationsParameter)
          Send write operations request with the specified prefix and write operations parameter parameters.
 void sendWriteOperationsStopRequest(java.lang.String prefix, java.lang.String request)
          Send write operations stop request with the specified prefix and request parameters.
 
Methods inherited from class org.eclipse.soda.sat.core.framework.BaseBundleActivator
acquireImportedService, acquireImportedServices, acquireOptionalImportedServices, addExportedProxyService, addExportedProxyServices, addExportedService, addExportedServices, addImportedServiceFilter, addOptionalImportedServiceFilter, basicGetImportedServiceNames, basicGetOptionalImportedServiceNames, collectImportedServiceNames, collectOptionalImportedServiceNames, deactivate, getAsyncStartPriority, getBundle, getBundleContext, getBundleSymbolicName, getDataDirectory, getDataFile, getExportedService, getExportedServiceNamesFromManifest, getExportedServiceProperties, getExportedServiceProperties, getExportedServices, getExportedServices, getFilePropertiesInputStream, getFilePropertiesInputStream, getImportedService, getImportedServiceFilter, getImportedServiceNamesFromManifest, getImportedServiceProperty, getImportedServicePropertyKeys, getImportedServices, getOptionalImportedService, getOptionalImportedServiceFilter, getOptionalImportedServiceNames, getOptionalImportedServiceProperty, getOptionalImportedServicePropertyKeys, getOptionalImportedServices, getProperties, getProperty, getResourcePropertiesInputStream, getResourcePropertiesInputStream, handleAcquiredOptionalImportedService, handleException, handleFailedToFindProperties, handleReleasedOptionalImportedService, isStartAsync, isTransient, isUninstallable, releaseImportedService, releaseImportedServices, releaseOptionalImportedServices, removeExportedService, removeExportedService, removeExportedServices, removeImportedServiceFilter, removeOptionalImportedServiceFilter, restartFramework, setExportedServiceProperties, setExportedServiceProperties, shutdownFramework, start, start, stop, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteProfileConsole

public WriteProfileConsole()
Method Detail

activate

protected void activate()
Activate.

Overrides:
activate in class org.eclipse.soda.sat.core.framework.BaseBundleActivator

getImportedServiceNames

protected java.lang.String[] getImportedServiceNames()
Gets the imported service names (String[]) value.

Overrides:
getImportedServiceNames in class org.eclipse.soda.sat.core.framework.BaseBundleActivator
Returns:
The imported service names (String[]) value.

getPropertiesInputStream

protected java.io.InputStream getPropertiesInputStream()
                                                throws java.io.IOException
Gets the properties input stream (InputStream) value.

Overrides:
getPropertiesInputStream in class org.eclipse.soda.sat.core.framework.BaseBundleActivator
Returns:
The properties input stream (InputStream) value.
Throws:
java.io.IOException - IOException.

getReports

public java.util.List getReports()
Gets the reports (List) value.

Returns:
The reports (List) value.

notificationReceived

public void notificationReceived(java.lang.String externalKey,
                                 java.util.Dictionary data)
Notification received with the specified external key and data parameters.

Parameters:
externalKey - The external key (String) parameter.
data - The data (Dictionary) parameter.

sendRequest

protected void sendRequest(java.lang.String topic,
                           java.lang.Object request)
Send request with the specified topic and request parameters.

Parameters:
topic - The topic (String) parameter.
request - The request (Object) parameter.
See Also:
sendTagWriteMaskSettingRequest(String,Map), sendWriteOperationsExecuteRequest(String,String), sendWriteOperationsRequest(String,String), sendWriteOperationsStopRequest(String,String)

sendTagAggregating

public void sendTagAggregating(java.lang.String prefix,
                               java.lang.Boolean request)
Send tag aggregating with the specified prefix and request parameters.

Parameters:
prefix - The prefix (String) parameter.
request - The request (Boolean) parameter.

sendTagAggregationMaskSetting

public void sendTagAggregationMaskSetting(java.lang.String prefix,
                                          java.lang.String mask)
Send tag aggregation mask setting with the specified prefix and mask parameters.

Parameters:
prefix - The prefix (String) parameter.
mask - The mask (String) parameter.

sendTagWriteMaskSetting

public void sendTagWriteMaskSetting(java.lang.String prefix,
                                    java.lang.String mask)
Send tag write mask setting with the specified prefix and mask parameters.

Parameters:
prefix - The prefix (String) parameter.
mask - The mask (String) parameter.

sendTagWriteMaskSettingRequest

public void sendTagWriteMaskSettingRequest(java.lang.String prefix,
                                           java.util.Map tagWriteMaskSettingParameter)
Send tag write mask setting request with the specified prefix and tag write mask setting parameter parameters.

Parameters:
prefix - The prefix (String) parameter.
tagWriteMaskSettingParameter - The tag write mask setting parameter (Map) parameter.

sendWriteOperationsExecuteRequest

public void sendWriteOperationsExecuteRequest(java.lang.String prefix,
                                              java.lang.String request)
Send write operations execute request with the specified prefix and request parameters.

Parameters:
prefix - The prefix (String) parameter.
request - The request (String) parameter.

sendWriteOperationsRequest

public void sendWriteOperationsRequest(java.lang.String prefix,
                                       java.lang.String writeOperationsParameter)
Send write operations request with the specified prefix and write operations parameter parameters.

Parameters:
prefix - The prefix (String) parameter.
writeOperationsParameter - The write operations parameter (String) parameter.

sendWriteOperationsStopRequest

public void sendWriteOperationsStopRequest(java.lang.String prefix,
                                           java.lang.String request)
Send write operations stop request with the specified prefix and request parameters.

Parameters:
prefix - The prefix (String) parameter.
request - The request (String) parameter.

2008-02-07 1.1.0

Copyright (c) 2008 IBM. See license in Legal section.