Package org.onebusaway.users.impl
Class UserPropertiesServiceVersionedInvocationHandler
- java.lang.Object
-
- org.onebusaway.users.impl.UserPropertiesServiceVersionedInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
@ManagedResource("org.onebusaway.users.impl:name=UserPropertiesServiceVersionedInvocationHandler") public class UserPropertiesServiceVersionedInvocationHandler extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description UserPropertiesServiceVersionedInvocationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetV1References()intgetV2References()intgetV3References()intgetV4References()Objectinvoke(Object proxy, Method method, Object[] args)voidsetPreferredVersion(int preferredVersion)voidsetUserPropertiesServiceV1(UserPropertiesService userServiceV1)voidsetUserPropertiesServiceV2(UserPropertiesService userServiceV2)voidsetUserPropertiesServiceV3(UserPropertiesService userServiceV3)voidsetUserPropertiesServiceV4(UserPropertiesService userServiceV4)
-
-
-
Method Detail
-
setUserPropertiesServiceV1
public void setUserPropertiesServiceV1(UserPropertiesService userServiceV1)
-
setUserPropertiesServiceV2
public void setUserPropertiesServiceV2(UserPropertiesService userServiceV2)
-
setUserPropertiesServiceV3
public void setUserPropertiesServiceV3(UserPropertiesService userServiceV3)
-
setUserPropertiesServiceV4
public void setUserPropertiesServiceV4(UserPropertiesService userServiceV4)
-
setPreferredVersion
public void setPreferredVersion(int preferredVersion)
-
getV1References
@ManagedAttribute public int getV1References()
-
getV2References
@ManagedAttribute public int getV2References()
-
getV3References
@ManagedAttribute public int getV3References()
-
getV4References
@ManagedAttribute public int getV4References()
-
-