org.openxri.config
Interface Component

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Plugin, Server, Store, StoreResettable, URIMapper
All Known Implementing Classes:
AbstractComponent, AbstractServer, AbstractStore, BasicServer, DatabaseStore, FolderURIMapper, NullPlugin, NullServer, NullStore, NullURIMapper, QueryURIMapper, RedirectPlugin, RegexURIMapper, SampleDataPlugin, SingleNamespaceURIMapper, TrustedServer

public interface Component
extends java.io.Serializable

Server components are pluggable parts of the OpenXRI server. They include: - Server - Store - URIMapper - Plugin

Author:
=peacekeeper

Method Summary
 java.util.Properties getProperties()
          Returns the Properties object that was used to initialize the component.
 void init()
          A server component is constructed by the ComponentRegistry by passing a Properties object to its constructor and then calling this init() method.
 

Method Detail

init

void init()
          throws java.lang.Exception
A server component is constructed by the ComponentRegistry by passing a Properties object to its constructor and then calling this init() method.

Throws:
java.lang.Exception

getProperties

java.util.Properties getProperties()
Returns the Properties object that was used to initialize the component.

Returns:
The stage's properties.


Copyright © 2005-2012. All Rights Reserved.