|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INameable
This interface defines what it means to be a namable object. The name service will name an INameable object which will be unique for the life time of the session.
| Method Summary | |
|---|---|
String |
getObjectName()
Returns the ObjectName of the INameable object. |
void |
setObjectName(String name)
Set the ObjectName of the INameable object. |
| Method Detail |
|---|
void setObjectName(String name)
name - the Object's name.
IllegalStateException - if this method is called more than once for an objectString getObjectName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||