org.onebusaway.users.impl
Class UserPropertiesServiceVersionedInvocationHandler
java.lang.Object
org.onebusaway.users.impl.UserPropertiesServiceVersionedInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
@ManagedResource(value="org.onebusaway.users.impl:name=UserPropertiesServiceVersionedInvocationHandler")
public class UserPropertiesServiceVersionedInvocationHandler
- extends Object
- implements InvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserPropertiesServiceVersionedInvocationHandler
public UserPropertiesServiceVersionedInvocationHandler()
setUserPropertiesServiceV1
public void setUserPropertiesServiceV1(UserPropertiesService userServiceV1)
setUserPropertiesServiceV2
public void setUserPropertiesServiceV2(UserPropertiesService userServiceV2)
setPreferredVersion
public void setPreferredVersion(int preferredVersion)
getV1References
@ManagedAttribute
public int getV1References()
getV2References
@ManagedAttribute
public int getV2References()
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2012 OneBusAway. All Rights Reserved.