B C G I O S 

B

build(OMElement) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
Creates the cache mediator with given configuration XML as OMElement

C

CacheMediator - Class in org.wso2.carbon.mediator.cache.ui
Object of this class is used to store mediator information in UI side.
CacheMediator() - Constructor for class org.wso2.carbon.mediator.cache.ui.CacheMediator
 
CacheMediatorActivator - Class in org.wso2.carbon.mediator.cache.ui
Activator class for Cache Mediator
CacheMediatorActivator() - Constructor for class org.wso2.carbon.mediator.cache.ui.CacheMediatorActivator
 
CacheMediatorService - Class in org.wso2.carbon.mediator.cache.ui
Class that interfaces the mediator service
CacheMediatorService() - Constructor for class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
 

G

getDigestGenerator() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method gives the DigestGenerator to evaluate the hash values of incoming messages.
getDiskCacheSize() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method gives the size of the messages to be cached in disk.
getDisplayName() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
This gives the display name for the mediator in the add mediator menu, and this can be any String.
getGroupName() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
Gives the mediator categorization in the add mediator menu.
getId() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This methods gives the ID of the cache configuration.
getInMemoryCacheSize() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method gives the size of the messages to be cached in memory.
getLogicalName() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
This should be equivalent to Mediator.getType() of the mediator.
getMaxMessageSize() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method gives the maximum size of the messages to be cached in bytes.
getMediator() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
Retrieves a default new mediator instances of the representing mediator.
getOnCacheHitRef() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method gives reference to the onCacheHit sequence to be executed.
getScope() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method gives the scope of the cache.
getTagLocalName() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method gives the local name of the mediator.
getTagLocalName() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorService
This gives the mediator serialization tag local name.
getTimeout() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method gives the timeout period in milliseconds.

I

isCollector() - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method gives whether the mediator should be in the incoming path or in the outgoing path as a boolean.

O

org.wso2.carbon.mediator.cache.ui - package org.wso2.carbon.mediator.cache.ui
 

S

serialize(OMElement) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
Creates XML representation of the cache mediator as an OMElement
setCollector(boolean) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method sets whether the mediator should be in the incoming path or in the outgoing path as a boolean.
setDigestGenerator(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method sets the DigestGenerator to evaluate the hash values of incoming messages.
setDiskCacheSize(int) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method sets the size of the messages to be cached in disk.
setId(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This methods sets the ID of the cache configuration.
setInMemoryCacheSize(int) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method sets the size of the messages to be cached in memory.
setMaxMessageSize(int) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method sets the maximum size of the messages to be cached in bytes.
setOnCacheHitRef(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method sets reference to the onCacheHit sequence to be executed.
setScope(String) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method sets the scope of the cache.
setTimeout(long) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediator
This method sets the timeout period as milliseconds.
start(BundleContext) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorActivator
Starts the cache mediator service
stop(BundleContext) - Method in class org.wso2.carbon.mediator.cache.ui.CacheMediatorActivator
Stops the cache mediator service
B C G I O S 

Copyright © 2017 WSO2. All rights reserved.