orca.shirako.proxies
Class ActorLocation

java.lang.Object
  extended by orca.shirako.proxies.ActorLocation

public class ActorLocation
extends java.lang.Object


Field Summary
protected  ProtocolDescriptor descriptor
           
protected  java.lang.String location
           
 
Constructor Summary
ActorLocation()
           
 
Method Summary
 ProtocolDescriptor getDescriptor()
           
 java.lang.String getLocation()
           
 void setDescriptor(ProtocolDescriptor descriptor)
           
 void setLocation(java.lang.String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected java.lang.String location

descriptor

protected ProtocolDescriptor descriptor
Constructor Detail

ActorLocation

public ActorLocation()
Method Detail

getLocation

public java.lang.String getLocation()
Returns:
the location

setLocation

public void setLocation(java.lang.String location)
Parameters:
location - the location to set

getDescriptor

public ProtocolDescriptor getDescriptor()
Returns:
the descriptor

setDescriptor

public void setDescriptor(ProtocolDescriptor descriptor)
Parameters:
descriptor - the descriptor to set


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.