org.jboss.profileservice.spi.metadata
Interface ProfileKeyMetaData

All Known Subinterfaces:
ProfileMetaData, SubProfileMetaData

public interface ProfileKeyMetaData

The profileKey meta data.

Version:
$Revision$
Author:
Emanuel Muckenhuber

Method Summary
 String getDomain()
          Get the profileKey domain attribute.
 String getName()
          Get the profile name.
 String getServer()
          Get the profileKey server attribute.
 

Method Detail

getDomain

String getDomain()
Get the profileKey domain attribute.

Returns:
the domain

getServer

String getServer()
Get the profileKey server attribute.

Returns:
the server

getName

String getName()
Get the profile name.

Returns:
the name


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.