Liferay 7.0-ce-m6

com.liferay.portal.kernel.cache.configuration
Class CallbackConfiguration

java.lang.Object
  extended by com.liferay.portal.kernel.cache.configuration.CallbackConfiguration

public class CallbackConfiguration
extends Object


Constructor Summary
CallbackConfiguration(CallbackFactory callbackFactory, Properties properties)
           
 
Method Summary
 boolean equals(Object object)
           
 CallbackFactory getCallbackFactory()
           
 Properties getProperties()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallbackConfiguration

public CallbackConfiguration(CallbackFactory callbackFactory,
                             Properties properties)
Method Detail

equals

public boolean equals(Object object)
Overrides:
equals in class Object

getCallbackFactory

public CallbackFactory getCallbackFactory()

getProperties

public Properties getProperties()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Liferay 7.0-ce-m6