org.apache.jetspeed.om.common
Interface JetspeedServiceReference

All Superinterfaces:
java.io.Serializable

public interface JetspeedServiceReference
extends java.io.Serializable

Defines Jetspeed services supported by a portlet application.

Author:
David Sean Taylor

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

Method Detail

getName

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

Returns:

setName

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

Parameters:
name -


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