net.larsan.urd.impl
Interface ServiceMetaData


public interface ServiceMetaData

Meta data about a Norna service used by the framework.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson

Method Summary
 java.lang.String getPublicID()
          Get service public id.
 boolean isInstanceOf(java.lang.Class cl)
          Check if the service is instance of a specific class.
 

Method Detail

isInstanceOf

public boolean isInstanceOf(java.lang.Class cl)
Check if the service is instance of a specific class. For example: This method always returns true for the Service class.

Parameters:
cl - Class to test
Returns:
true If the service is an instance of the named interface

getPublicID

public java.lang.String getPublicID()
Get service public id.

Returns:
The service PUID