org.apache.jetspeed.om.common
Interface JetspeedServiceReference

All Superinterfaces:
Serializable

public interface JetspeedServiceReference
extends Serializable

Defines Jetspeed services supported by a portlet application.

Author:
David Sean Taylor

Method Summary
 String getName()
          The name of the Jetspeed Component Service as defined in the component assembly.
 void setName(String name)
          The name of the Jetspeed Component Service as defined in the component assembly.
 

Method Detail

getName

public String getName()
The name of the Jetspeed Component Service as defined in the component assembly.

Returns:

setName

public void setName(String name)
The name of the Jetspeed Component Service as defined in the component assembly.

Parameters:
name -


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.