T
- a subclass of SpaceProxyOperationModifiers
public abstract class AbstractSpaceProxyOperationModifierFactoryBean<T extends SpaceProxyOperationModifiers> extends Object implements org.springframework.beans.factory.FactoryBean<T>
Constructor and Description |
---|
AbstractSpaceProxyOperationModifierFactoryBean(Class<T> objectType) |
Modifier and Type | Method and Description |
---|---|
protected abstract org.springframework.core.Constants |
getConstants() |
T |
getObject() |
Class<T> |
getObjectType() |
boolean |
isSingleton() |
void |
setModifierName(String modifierName) |
public void setModifierName(String modifierName)
modifierName
- The modifier constant name as defined in the relevant Modifiers class.WriteModifiers
,
ReadModifiers
,
TakeModifiers
,
ClearModifiers
,
ChangeModifiers
,
CountModifiers
public Class<T> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<T extends SpaceProxyOperationModifiers>
public T getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<T extends SpaceProxyOperationModifiers>
Exception
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<T extends SpaceProxyOperationModifiers>
protected abstract org.springframework.core.Constants getConstants()
Copyright © GigaSpaces.