Package com.j_spaces.core.client
Class SpaceSettings
java.lang.Object
com.j_spaces.core.client.SpaceSettings
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable,Cloneable
SpaceSettings is a set of properties passed from the space to its proxy
- Since:
- 6.5
- Author:
- anna
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceSettings(String containerName, IJSpaceContainer containerProxy, Uuid uuid, boolean secondary, int serializationType, SpaceConfig spaceConfig, String spaceName, SpaceURL spaceURL, IStubHandler stubHandler, boolean securedService, ITransportConfig exportedTransportConfig, boolean cleanUnusedEmbeddedGlobalXtns) -
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
SpaceSettings
public SpaceSettings() -
SpaceSettings
public SpaceSettings(String containerName, IJSpaceContainer containerProxy, Uuid uuid, boolean secondary, int serializationType, SpaceConfig spaceConfig, String spaceName, SpaceURL spaceURL, IStubHandler stubHandler, boolean securedService, ITransportConfig exportedTransportConfig, boolean cleanUnusedEmbeddedGlobalXtns)
-
-
Method Details
-
clone
-
getUuid
-
getSerializationType
public int getSerializationType() -
getContainerName
-
getSpaceName
-
getMemberName
-
getStubHandler
-
getContainerProxy
-
getSpaceConfig
-
getSpaceURL
-
isSecuredService
public boolean isSecuredService() -
getExportedTransportConfig
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-