com.compoze.ejb
Interface IOwnedTarget
- public interface IOwnedTarget
Classes that implement this interface have the ability to store an owner
username.
Method Summary |
java.lang.String |
getOwner()
Gets the username of the owner. |
void |
setOwner(java.lang.String sUsername)
Sets the username of the owner. |
getOwner
public java.lang.String getOwner()
throws java.rmi.RemoteException
- Gets the username of the owner.
- Returns:
- the owner's username
- Throws:
java.rmi.RemoteException
- if a remote exception occurred
setOwner
public void setOwner(java.lang.String sUsername)
throws java.rmi.RemoteException
- Sets the username of the owner.
- Parameters:
sUsername
- the owner's username- Throws:
java.rmi.RemoteException
- if a remote exception occurred
Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.