public class RemoteServerConfiguration extends Object implements Cacheable, Externalizable
Modifier and Type | Class and Description |
---|---|
static class |
RemoteServerConfiguration.Permission |
Constructor and Description |
---|
RemoteServerConfiguration() |
RemoteServerConfiguration(String domain) |
Modifier and Type | Method and Description |
---|---|
int |
getCachedSize()
Returns the approximate size of the Object in bytes.
|
String |
getDomain() |
RemoteServerConfiguration.Permission |
getPermission() |
int |
getRemotePort() |
void |
readExternal(ObjectInput in) |
void |
setPermission(RemoteServerConfiguration.Permission permission) |
void |
setRemotePort(int remotePort) |
void |
writeExternal(ObjectOutput out) |
public RemoteServerConfiguration()
public RemoteServerConfiguration(String domain)
public String getDomain()
public RemoteServerConfiguration.Permission getPermission()
public void setPermission(RemoteServerConfiguration.Permission permission)
public int getRemotePort()
public void setRemotePort(int remotePort)
public int getCachedSize()
Cacheable
getCachedSize
in interface Cacheable
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2003-2008 Jive Software.