com.ibm.mashups.iwidget.services
Interface ContainerService


public ContainerService


Field Summary
 String SERVICE_NAME
           The service name to be used to fetch the service from the ServiceManager
 String PROVIDER_EVENTS
           Constant defining the provider for event information
 String PROVIDER_WIRES
           Constant defining the provider for wire information
 String PROVIDER_ATTRIBUTES
           Constant defining the provider for attribute information
 
Method Summary
 unknown registerOnChangeListener(unknown provider, unknown contextAndCallback)
           
 String getPersistenceMode(String provider, unknown newMode)
           Sets the persistence mode for the given type to the given new mode.
 void switchToModifiablePersistenceMode()
           Sets the persistence mode for all providers into their respective modifiable mode.
 

Field Detail

SERVICE_NAME

String SERVICE_NAME
The service name to be used to fetch the service from the ServiceManager


PROVIDER_EVENTS

String PROVIDER_EVENTS
Constant defining the provider for event information


PROVIDER_WIRES

String PROVIDER_WIRES
Constant defining the provider for wire information


PROVIDER_ATTRIBUTES

String PROVIDER_ATTRIBUTES
Constant defining the provider for attribute information

Method Detail

registerOnChangeListener

unknown registerOnChangeListener(unknown provider,
                                 unknown contextAndCallback)

getPersistenceMode

String getPersistenceMode(String provider,
                          unknown newMode)
Sets the persistence mode for the given type to the given new mode.

Parameters:
provider - One of the PROVIDER_ constants defined in this service. Must never be NULL.
Returns:
the current persistence mode for the given provider. May be NULL.

switchToModifiablePersistenceMode

void switchToModifiablePersistenceMode()
Sets the persistence mode for all providers into their respective modifiable mode.



Copyright IBM Corp. 2010 All Rights Reserved.