All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class uhr.core.cell.PartLib

java.lang.Object
   |
   +----uhr.core.cell.PartLib

public class PartLib
extends Object
This contains handy static library methods related to parts. A number of these methods use DelegatorLib.extractDelegate(). Those methods are cell policy on delegate names.


Constructor Index

 o PartLib()

Method Index

 o getMessageReceiver(Object)
Extracts the MessageReceiver delegate from the part.
 o getMessageSender(Object)
Extracts the MessageSender delegate from the part.
 o getParamDriven(Object)
Extracts the ParamDriven delegate from the part.
 o getServiceClient(Object)
Extracts the StateCommandable delegate from the part.
 o getServiceHost(Object)
Extracts the StateCommandable delegate from the part.
 o getServiceSource(Object)
Extracts the StateCommandable delegate from the part.
 o getServiceSourceDeferred(Object)
Extracts the StateCommandable delegate from the part.
 o getStateCommandable(Object)
Extracts the StateCommandable delegate from the part.

Constructors

 o PartLib
 public PartLib()

Methods

 o getParamDriven
 public static ParamDriven getParamDriven(Object part)
Extracts the ParamDriven delegate from the part.

Parameters:
part - the part with the delegate.
Returns:
the delegate.
 o getMessageReceiver
 public static MessageReceiver getMessageReceiver(Object part)
Extracts the MessageReceiver delegate from the part.

Parameters:
part - the part with the delegate.
Returns:
the delegate.
 o getMessageSender
 public static MessageSender getMessageSender(Object part)
Extracts the MessageSender delegate from the part.

Parameters:
part - the part with the delegate.
Returns:
the delegate.
 o getServiceClient
 public static ServiceClient getServiceClient(Object part)
Extracts the StateCommandable delegate from the part.

Parameters:
part - the part with the delegate.
Returns:
the delegate.
 o getServiceHost
 public static ServiceHost getServiceHost(Object part)
Extracts the StateCommandable delegate from the part.

Parameters:
part - the part with the delegate.
Returns:
the delegate.
 o getServiceSource
 public static ServiceSource getServiceSource(Object part)
Extracts the StateCommandable delegate from the part.

Parameters:
part - the part with the delegate.
Returns:
the delegate.
 o getServiceSourceDeferred
 public static ServiceSourceDeferred getServiceSourceDeferred(Object part)
Extracts the StateCommandable delegate from the part.

Parameters:
part - the part with the delegate.
Returns:
the delegate.
 o getStateCommandable
 public static StateCommandable getStateCommandable(Object part)
Extracts the StateCommandable delegate from the part.

Parameters:
part - the part with the delegate.
Returns:
the delegate.

All Packages  Class Hierarchy  This Package  Previous  Next  Index