Package com.kheops.jmap.server
Class RemoteServerLayerLoader<T extends JMapServerLayer>
java.lang.Object
com.kheops.jmap.server.RemoteServerLayerLoader<T>
-
Constructor Summary
ConstructorDescriptionRemoteServerLayerLoader
(int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) RemoteServerLayerLoader
(T layer, int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) -
Method Summary
Modifier 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
-
RemoteServerLayerLoader
public RemoteServerLayerLoader(T layer, int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) -
RemoteServerLayerLoader
public RemoteServerLayerLoader(int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId)
-
-
Method Details
-
build
public static RemoteServerLayerLoader<?> build(int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) -
build
public static RemoteServerLayerLoader<?> build(JMapServerLayer layer, int remoteConnectionPoolId, int remoteProjectId, int remoteLayerId) -
resetInstance
public void resetInstance() -
loadInstance
-
loadInstance
-
getLastException
- Returns:
- the lastException
-