org.ow2.jonas.properties
Interface ServiceProperties


public interface ServiceProperties

Interface used to retrieve the configuration of a JOnAS Service.

Author:
Jeremy Cazaux

Method Summary
 Properties getProperties()
           
 String getService()
           
 String getValue(String key)
          Get value of a property.
 

Method Detail

getValue

String getValue(String key)
Get value of a property.

Parameters:
key - property name
Returns:
value as a String

getService

String getService()
Returns:
the name of the service

getProperties

Properties getProperties()
Returns:
properties of the service


Copyright © 2012 OW2 Consortium. All Rights Reserved.