Package com.kheops.jmap.server
Class RemoteServerLayerLoader<T extends JMapServerLayer>
java.lang.Object
com.kheops.jmap.server.RemoteServerLayerLoader<T>
- 
Constructor SummaryConstructorsConstructorDescriptionRemoteServerLayerLoader(int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) RemoteServerLayerLoader(T layer, int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic RemoteServerLayerLoader<?> build(int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) static RemoteServerLayerLoader<?> build(JMapServerLayer layer, int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) loadInstance(int remoteLevel) void
- 
Constructor Details- 
RemoteServerLayerLoaderpublic RemoteServerLayerLoader(T layer, int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) 
- 
RemoteServerLayerLoaderpublic RemoteServerLayerLoader(int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) 
 
- 
- 
Method Details- 
buildpublic static RemoteServerLayerLoader<?> build(int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) 
- 
buildpublic static RemoteServerLayerLoader<?> build(JMapServerLayer layer, int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) 
- 
resetInstancepublic void resetInstance()
- 
loadInstance
- 
loadInstance
- 
getLastException- Returns:
- the lastException
 
 
-