- 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.