Uses of Interface
com.sun.jini.start.LifeCycle
Packages that use LifeCycle
Package
Description
Provides Space properties and security context services
Provides GigaSpaces client interface services
Provides GigaSpaces MAP API
Provides implementations of the
TransactionManager service.
Provides implementations of
ServiceRegistrar.-
Uses of LifeCycle in com.gigaspaces.internal.lookup
Methods in com.gigaspaces.internal.lookup with parameters of type LifeCycleModifier and TypeMethodDescriptionstatic RegistrarRegistrarFactory.createRegistrar(String[] config, LifeCycle lifeCycle) -
Uses of LifeCycle in com.gigaspaces.internal.server.space
Constructors in com.gigaspaces.internal.server.space with parameters of type LifeCycleModifierConstructorDescriptionSpaceImpl(String spaceName, String containerName, JSpaceContainerImpl container, SpaceURL url, JSpaceAttributes spaceConfig, Properties customProperties, boolean isSecondary, boolean securityEnabled, LifeCycle lifeCycle) -
Uses of LifeCycle in com.gigaspaces.internal.service
Methods in com.gigaspaces.internal.service that return LifeCycleConstructors in com.gigaspaces.internal.service with parameters of type LifeCycleModifierConstructorDescriptionprotectedAbstractGigaSpacesService(LifeCycle lifeCycle) protectedAbstractGigaSpacesService(LifeCycle lifeCycle, Uuid serviceUuid) -
Uses of LifeCycle in com.j_spaces.core
Constructors in com.j_spaces.core with parameters of type LifeCycleModifierConstructorDescriptionJSpaceContainerImpl(LifeCycle lifeCycle, String schemaName, SpaceURL spaceURL, Properties schemaProperties) -
Uses of LifeCycle in com.j_spaces.core.client
Methods in com.j_spaces.core.client with parameters of type LifeCycleModifier and TypeMethodDescriptionstatic ObjectSpaceFinder.find(String urls, Properties customProperties, LifeCycle lifeCycle, CredentialsProvider credentialsProvider) Deprecated.Finds or creates an instance of a GigaSpace based on the specified spaceURL.protected ObjectSpaceFinder.findService(SpaceURL[] spaceURLs, Properties customProperties, LifeCycle lifeCycle, CredentialsProvider credentialsProvider) Deprecated.protected ObjectSpaceFinder.findService(SpaceURL url, Properties customProperties, LifeCycle lifeCycle, CredentialsProvider credentialsProvider, long timeout, LookupType lookupType) Deprecated.The main method of SpaceFinder to find single Space or Container proxy.protected ObjectSpaceFinder.findService(String url, Properties customProperties, LifeCycle lifeCycle, CredentialsProvider credentialsProvider) Deprecated. -
Uses of LifeCycle in com.j_spaces.core.service
Constructors in com.j_spaces.core.service with parameters of type LifeCycle -
Uses of LifeCycle in com.j_spaces.map
Methods in com.j_spaces.map with parameters of type LifeCycleModifier and TypeMethodDescriptionprotected final ObjectCacheFinder.findService(SpaceURL url, Properties customProperties, LifeCycle lifeCycle, CredentialsProvider credentialsProvider, long timeout, LookupType lookupType) Deprecated. -
Uses of LifeCycle in com.j_spaces.start
Constructors in com.j_spaces.start with parameters of type LifeCycleModifierConstructorDescriptionJSpaceServiceImpl(String[] configArgs, LifeCycle lifeCycle) Constructs a transient/persistent JavaSpace based on a configuration obtained using the provided arguments.RMIRegistryServiceImpl(String[] configArgs, LifeCycle lifeCycle) Constructs aRMIRegistryServiceImplinstance. -
Uses of LifeCycle in com.sun.jini.mahalo
Constructors in com.sun.jini.mahalo with parameters of type LifeCycleModifierConstructorDescriptionTransientMahaloImpl(String[] configArgs, LifeCycle lifeCycle) Constructs a new instance ofTxnManagerImplthat is not activatable, and which will not persist its state. -
Uses of LifeCycle in com.sun.jini.reggie
Constructors in com.sun.jini.reggie with parameters of type LifeCycleModifierConstructorDescriptionGigaRegistrar(String[] configArgs, LifeCycle lifeCycle) Constructs RegistrarImpl based on a configuration obtained using the provided string arguments. -
Uses of LifeCycle in com.sun.jini.start
Methods in com.sun.jini.start that return LifeCycleModifier and TypeMethodDescriptionfinal LifeCycleNonActivatableServiceDescriptor.getLifeCycle()LifeCycleaccessor method.Methods in com.sun.jini.start with parameters of type LifeCycleModifier and TypeMethodDescriptionfinal voidNonActivatableServiceDescriptor.setLifeCycle(LifeCycle lc) Sets theLifeCycleobject for this descriptor.Constructors in com.sun.jini.start with parameters of type LifeCycleModifierConstructorDescriptionNonActivatableServiceDescriptor(String exportCodebase, String policy, String importCodebase, String implClassName, String[] serverConfigArgs, LifeCycle lifeCycle) Convenience constructor.NonActivatableServiceDescriptor(String exportCodebase, String policy, String importCodebase, String implClassName, String[] serverConfigArgs, LifeCycle lifeCycle, ProxyPreparer preparer) Main constructor. -
Uses of LifeCycle in org.jini.rio.boot
Methods in org.jini.rio.boot that return LifeCycleConstructors in org.jini.rio.boot with parameters of type LifeCycle -
Uses of LifeCycle in org.jini.rio.tools.webster
Constructors in org.jini.rio.tools.webster with parameters of type LifeCycle