org.logicblaze.lingo
Class Backport175MetadataStrategy
java.lang.Object
org.logicblaze.lingo.SimpleMetadataStrategy
org.logicblaze.lingo.Backport175MetadataStrategy
- All Implemented Interfaces:
- Serializable, MetadataStrategy
public class Backport175MetadataStrategy
- extends SimpleMetadataStrategy
An implementation of MetadataStrategy
which uses the Backport175 library for working
with annotations on Java 1.x and 5 platforms.
- Version:
- $Revision$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Backport175MetadataStrategy
public Backport175MetadataStrategy()
isRemoteParameter
public boolean isRemoteParameter(Method method,
Class parameterType,
int index)
- Overrides:
isRemoteParameter
in class SimpleMetadataStrategy
isEndSession
protected boolean isEndSession(Method method)
- Description copied from class:
SimpleMetadataStrategy
- Returns true if this method completes a callback object
- Overrides:
isEndSession
in class SimpleMetadataStrategy
isOneWayMethod
protected boolean isOneWayMethod(Method method)
- Overrides:
isOneWayMethod
in class SimpleMetadataStrategy
isStateful
protected boolean isStateful(Method method)
- Description copied from class:
SimpleMetadataStrategy
- Returns whether or not this object is stateful such that sticky load
balancing should be used
- Overrides:
isStateful
in class SimpleMetadataStrategy
Copyright © 2012 LogicBlaze, Inc.. All Rights Reserved.