Uses of Class
com.j_spaces.core.client.ExternalEntry
Packages that use ExternalEntry
Package
Description
Provides Space properties and security context services
Provides GigaSpaces client interface services
-
Uses of ExternalEntry in com.gigaspaces.internal.client.spaceproxy.metadata
Methods in com.gigaspaces.internal.client.spaceproxy.metadata with parameters of type ExternalEntryModifier and TypeMethodDescriptionTypeDescFactory.createExternalEntryTypeDesc(ExternalEntry externalEntry, String codeBase) ClientTypeDescRepository.getTypeDescByExternalEntry(ExternalEntry externalEntry) -
Uses of ExternalEntry in com.gigaspaces.internal.metadata
Classes in com.gigaspaces.internal.metadata with type parameters of type ExternalEntryMethods in com.gigaspaces.internal.metadata that return ExternalEntryMethods in com.gigaspaces.internal.metadata that return types with arguments of type ExternalEntryModifier and TypeMethodDescriptionClass<? extends ExternalEntry>TypeDesc.getExternalEntryWrapperClass() -
Uses of ExternalEntry in com.j_spaces.core
Constructors in com.j_spaces.core with parameters of type ExternalEntryModifierConstructorDescriptionExternalTemplatePacket(ITypeDesc typeDesc, EntryType entryType, Object[] values, String uid, int version, long timeToLive, boolean isTransient, ExternalEntry ee) -
Uses of ExternalEntry in com.j_spaces.core.client
Methods in com.j_spaces.core.client that return ExternalEntryModifier and TypeMethodDescriptionstatic ExternalEntryExternalEntryUtils.createExternalEntry(String className, Object[] fieldsValues, ITypeDesc typeDesc) ExternalEntry.setTimeToLive(long timeToLive) Deprecated.Set the time left for this entry to live.Methods in com.j_spaces.core.client with parameters of type ExternalEntryModifier and TypeMethodDescriptionstatic voidExternalEntryUtils.updateProperties(ExternalEntry ee, ITypeDesc typeDesc) static voidExternalEntryUtils.updateTypeDescription(ExternalEntry ee, ITypeDesc typeDesc) Constructors in com.j_spaces.core.client with parameters of type ExternalEntryModifierConstructorDescriptionprotectedExternalEntry(ExternalEntry entry) Deprecated.Copy constructor, creates a copy of this entry.