GigaSpaces XAP 9.7.2 API

com.sun.jini.start
Interface ServiceDescriptor

All Known Implementing Classes:
NonActivatableServiceDescriptor, SharedActivatableServiceDescriptor, SharedActivationGroupDescriptor

public interface ServiceDescriptor

Interface that all service description objects must implement.

See Also:
SharedActivationGroupDescriptor, SharedActivatableServiceDescriptor, NonActivatableServiceDescriptor

Method Summary
 Object create(Configuration config)
          Creates an object described by the actual ServiceDescriptor instance.
 

Method Detail

create

Object create(Configuration config)
              throws Exception
Creates an object described by the actual ServiceDescriptor instance.

Parameters:
config - The Configuration object used to configure the creation of the returned object.
Returns:
An object instance appropriate for the given service descriptor instance.
Throws:
Exception - Thrown if there was any problem creating the object.

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.