org.isam.exehda.services
Class Dispatcher.PortAddress

java.lang.Object
  |
  +--org.isam.exehda.services.Dispatcher.PortAddress
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Dispatcher

public static class Dispatcher.PortAddress
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Dispatcher.PortAddress(long id, ApplicationId app, CellInformationBase.ResourceName owner)
          Creates a new PortAddress instance.
 
Method Summary
 ApplicationId getApplication()
          Describe getApplication method here.
 long getId()
          Describe getId method here.
 CellInformationBase.ResourceName getOnwer()
          Describe getOnwer method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher.PortAddress

public Dispatcher.PortAddress(long id,
                              ApplicationId app,
                              CellInformationBase.ResourceName owner)
Creates a new PortAddress instance.

Parameters:
id - a long value
app - an ApplicationId value
owner - a ResourceName value
Method Detail

getId

public long getId()
Describe getId method here.

Returns:
a long value

getApplication

public ApplicationId getApplication()
Describe getApplication method here.

Returns:
an ApplicationId value

getOnwer

public CellInformationBase.ResourceName getOnwer()
Describe getOnwer method here.

Returns:
a ResourceName value