public interface MailReceiver extends GEObject
Warning: The MailReceiver class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
java.lang.String |
getHost()
Get the value of the host attribute.
|
java.lang.String |
getUser()
Get the value of the user attribute.
|
boolean |
isSetHost()
Determine if any host attribute is set
|
boolean |
isSetUser()
Determine if any user attribute is set
|
void |
setHost(java.lang.String aHost)
Set the host attribute.
|
void |
setUser(java.lang.String aUser)
Set the user attribute.
|
equalsCompletely, getName, getParent
void setUser(java.lang.String aUser)
aUser
- the new value for the user attributejava.lang.String getUser()
boolean isSetUser()
true
if the user attribute is setvoid setHost(java.lang.String aHost)
aHost
- the new value for the host attributejava.lang.String getHost()
boolean isSetHost()
true
if the host attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.