Package com.j_spaces.start
Class JSpaceServiceImpl
java.lang.Object
com.gigaspaces.internal.service.AbstractGigaSpacesService
com.j_spaces.core.service.AbstractService
com.j_spaces.start.JSpaceServiceImpl
- All Implemented Interfaces:
ILRMIService,Service,ServiceProxyAccessor,Remote,Administrable,ProxyAccessor
Copyright (c) 2010 GigaSpaces Technologies Ltd. All rights reserved
The software source code is proprietary and confidential information of GigaSpaces. You may use
the software source code solely under the terms and limitations of The license agreement granted
to you by GigaSpaces.
-
Field Summary
FieldsFields inherited from class com.j_spaces.core.service.AbstractService
m_adminExporter, m_adminImplFields inherited from class com.gigaspaces.internal.service.AbstractGigaSpacesService
SERVICE_ATTRIBUTE_MODIFY_AWAIT -
Constructor Summary
ConstructorsConstructorDescriptionJSpaceServiceImpl(String[] configArgs, LifeCycle lifeCycle) Constructs a transient/persistent JavaSpace based on a configuration obtained using the provided arguments. -
Method Summary
Methods inherited from class com.j_spaces.core.service.AbstractService
filterUnicastHosts, getAdmin, registerLookupServiceMethods inherited from class com.gigaspaces.internal.service.AbstractGigaSpacesService
addLookupAttributes, addLookupAttributes, AppendInitialLookupAttributes, getExporter, getLifeCycle, getServiceTypeDescription, getUuid, modifyLookupAttributes, registerLookupService, unregisterFromLookupService
-
Field Details
-
CONFIG_COMPONENT
Configuration component name.- See Also:
-
-
Constructor Details
-
JSpaceServiceImpl
Constructs a transient/persistent JavaSpace based on a configuration obtained using the provided arguments. If lifeCycle is non-null, then its unregister method is invoked during service shutdown.- Throws:
Exception
-
-
Method Details
-
getServiceName
- Specified by:
getServiceNamein interfaceILRMIService- Specified by:
getServiceNamein classAbstractGigaSpacesService
-
shutdown
public void shutdown()- Specified by:
shutdownin classAbstractService
-
getJoinManager
- Overrides:
getJoinManagerin classAbstractGigaSpacesService
-
getServiceProxy
Implements ServiceProxyAccessor interface.- Specified by:
getServiceProxyin interfaceServiceProxyAccessor- Returns:
- a proxy object reference
- Throws:
RemoteException
-
getProxy
Implements ProxyAccessor interface.- Specified by:
getProxyin interfaceProxyAccessor- Returns:
- a proxy, or
null
-
getContainerName
- Specified by:
getContainerNamein classAbstractService
-