public class SkeletonFactoryGenerator<R extends Remote> extends Object
SkeletonFactory instances for any given Remote type.| Modifier and Type | Method and Description |
|---|---|
static <R extends Remote> |
getSkeletonFactory(Class<R> type)
Returns a new or cached SkeletonFactory.
|
static <R extends Remote> |
getSkeletonFactory(Class<R> type,
RemoteInfo remoteInfo)
Returns a new or cached SkeletonFactory for use with remote objects
served by batched methods.
|
public static <R extends Remote> SkeletonFactory<R> getSkeletonFactory(Class<R> type) throws IllegalArgumentException
type - IllegalArgumentException - if type is null or malformedpublic static <R extends Remote> SkeletonFactory<R> getSkeletonFactory(Class<R> type, RemoteInfo remoteInfo)
type - remoteInfo - remote type as supported by remote serverIllegalArgumentException - if type is null or malformedCopyright © 2006–2015 Cojen. All rights reserved.