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.
-
PartLib()
-
-
getMessageReceiver(Object)
- Extracts the MessageReceiver delegate from the part.
-
getMessageSender(Object)
- Extracts the MessageSender delegate from the part.
-
getParamDriven(Object)
- Extracts the ParamDriven delegate from the part.
-
getServiceClient(Object)
- Extracts the StateCommandable delegate from the part.
-
getServiceHost(Object)
- Extracts the StateCommandable delegate from the part.
-
getServiceSource(Object)
- Extracts the StateCommandable delegate from the part.
-
getServiceSourceDeferred(Object)
- Extracts the StateCommandable delegate from the part.
-
getStateCommandable(Object)
- Extracts the StateCommandable delegate from the part.
PartLib
public PartLib()
getParamDriven
public static ParamDriven getParamDriven(Object part)
- Extracts the ParamDriven delegate from the part.
- Parameters:
- part - the part with the delegate.
- Returns:
- the delegate.
getMessageReceiver
public static MessageReceiver getMessageReceiver(Object part)
- Extracts the MessageReceiver delegate from the part.
- Parameters:
- part - the part with the delegate.
- Returns:
- the delegate.
getMessageSender
public static MessageSender getMessageSender(Object part)
- Extracts the MessageSender delegate from the part.
- Parameters:
- part - the part with the delegate.
- Returns:
- the delegate.
getServiceClient
public static ServiceClient getServiceClient(Object part)
- Extracts the StateCommandable delegate from the part.
- Parameters:
- part - the part with the delegate.
- Returns:
- the delegate.
getServiceHost
public static ServiceHost getServiceHost(Object part)
- Extracts the StateCommandable delegate from the part.
- Parameters:
- part - the part with the delegate.
- Returns:
- the delegate.
getServiceSource
public static ServiceSource getServiceSource(Object part)
- Extracts the StateCommandable delegate from the part.
- Parameters:
- part - the part with the delegate.
- Returns:
- the delegate.
getServiceSourceDeferred
public static ServiceSourceDeferred getServiceSourceDeferred(Object part)
- Extracts the StateCommandable delegate from the part.
- Parameters:
- part - the part with the delegate.
- Returns:
- the delegate.
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