Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.oe
Interface IfcCacheMBean


public interface IfcCacheMBean

Method Summary
 String getEvictionPolicy()
          Gets the value of the evictionPolicy property.
 String getMaxSize()
          Gets the value of the maxSize property.
 String getName()
          Gets the value of the name property.
 boolean isEnabled()
          Gets the value of the enabled property.
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 void setEvictionPolicy(String value)
          Sets the value of the evictionPolicy property.
 void setMaxSize(String value)
          Sets the value of the maxSize property.
 void setName(String value)
          Sets the value of the name property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

isEnabled

boolean isEnabled()
Gets the value of the enabled property.

setEnabled

void setEnabled(boolean value)
Sets the value of the enabled property.

getEvictionPolicy

String getEvictionPolicy()
Gets the value of the evictionPolicy property.

setEvictionPolicy

void setEvictionPolicy(String value)
Sets the value of the evictionPolicy property.

getMaxSize

String getMaxSize()
Gets the value of the maxSize property.

setMaxSize

void setMaxSize(String value)
Sets the value of the maxSize property.

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.