Package com.sun.jini.start
Interface ServiceDescriptor
- All Known Implementing Classes:
NonActivatableServiceDescriptor,RioServiceDescriptor,SystemConfig.JMXServiceDescriptor
public interface ServiceDescriptor
Interface that all service description objects must implement.
- See Also:
-
SharedActivationGroupDescriptorSharedActivatableServiceDescriptorNonActivatableServiceDescriptor
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Configuration config) Creates an object described by the actualServiceDescriptorinstance.
-
Method Details
-
create
Creates an object described by the actualServiceDescriptorinstance.- Parameters:
config- TheConfigurationobject 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.
-