org.objectweb.speedo.naming.api
Interface UserIdFactory


public interface UserIdFactory

This interface defines a factory of UserId instances. This interface is implemented by all generated PName matching to a user identifier.

Author:
S.Chassande-Barrioz

Method Summary
 UserId getNewUserId()
           
 

Method Detail

getNewUserId

public UserId getNewUserId()
Returns:
a new instance of an UserId instance.