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

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

Returns:

setName

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

Parameters:
name -


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