orca.shirako.api
Interface IProxy

All Superinterfaces:
IActorIdentity, ISerialize
All Known Subinterfaces:
IActorProxy, IAuthorityProxy, IBrokerProxy, ICallbackProxy, IClientCallbackProxy, IClientProxy, IServerProxy, IServiceManagerCallbackProxy, IServiceManagerProxy
All Known Implementing Classes:
LocalAuthority, LocalBroker, LocalProxy, LocalReturn, Proxy, SoapAuthorityProxy, SoapBrokerProxy, SoapProxy, SoapReturn

public interface IProxy
extends IActorIdentity, ISerialize

IProxy defines the base interface each actor proxy must implement.


Field Summary
static java.lang.String ProxyTypeLocal
          Type code for proxies using local communication.
static java.lang.String ProxyTypeSoap
          Type code for proxies using SOAP communication.
 
Method Summary
 java.lang.String getType()
          Returns the type of the proxy, e.g., local, soap, xmlrpc, etc.
 
Methods inherited from interface orca.shirako.api.IActorIdentity
getGuid, getIdentity, getName
 
Methods inherited from interface orca.shirako.api.ISerialize
reset, save, save
 

Field Detail

ProxyTypeLocal

static final java.lang.String ProxyTypeLocal
Type code for proxies using local communication.

See Also:
Constant Field Values

ProxyTypeSoap

static final java.lang.String ProxyTypeSoap
Type code for proxies using SOAP communication.

See Also:
Constant Field Values
Method Detail

getType

java.lang.String getType()
Returns the type of the proxy, e.g., local, soap, xmlrpc, etc.

Returns:
proxy type


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