|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorca.portal.PortalPluginBase
orca.manage.extensions.standard.actors.ActorPortalPlugin
public class ActorPortalPlugin
| Field Summary | |
|---|---|
protected ActorManagementProxy |
proxy
The management proxy |
| Fields inherited from class orca.portal.PortalPluginBase |
|---|
actorName, id, logger, mainTemplate, packageID, pluginID, root, sliceName, tabName |
| Constructor Summary | |
|---|---|
ActorPortalPlugin()
Create a new instance |
|
| Method Summary | |
|---|---|
protected void |
getLocalProxy(ProtocolProxyMng protocol,
LocalManagerObjectProxy p)
Obtains a proxy to the actor manager object using local communication (direct method invocation). |
ActorManagementProxy |
getManagementProxy()
Returns the management proxy |
protected ProtocolProxyMng |
getProtocolProxy(java.lang.String protocol,
ProtocolProxyMng[] proxies)
Returns the proxy descriptor for the specified protocol |
protected void |
getProxy()
Obtains a proxy to the actor manager object |
void |
initialize()
Initialize the plugin |
| Methods inherited from class orca.portal.PortalPluginBase |
|---|
getActorName, getMainTemplate, getPackageId, getPluginId, getSliceName, getStackTraceString, getTabName, setActor, setExceptionDetails, setLogger, setManagerObjectKey, setPackageID, setPluginID, setRoot, setSlice, setTabName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ActorManagementProxy proxy
| Constructor Detail |
|---|
public ActorPortalPlugin()
| Method Detail |
|---|
public void initialize()
throws java.lang.Exception
initialize in interface IPortalPlugininitialize in class PortalPluginBasejava.lang.Exception
protected void getProxy()
throws java.lang.Exception
java.lang.Exception
protected ProtocolProxyMng getProtocolProxy(java.lang.String protocol,
ProtocolProxyMng[] proxies)
protocol - Protocol nameproxies - Array of protocol descriptors
protected void getLocalProxy(ProtocolProxyMng protocol,
LocalManagerObjectProxy p)
throws java.lang.Exception
protocol - Protocol proxy descriptorp - The local manager object proxy
java.lang.Exceptionpublic ActorManagementProxy getManagementProxy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||