Rio Project 4.2 API Documentation
org.rioproject.cybernode
Class ServiceBeanLoader.Result
java.lang.Object
org.rioproject.cybernode.ServiceBeanLoader.Result
- Enclosing class:
- ServiceBeanLoader
public static class ServiceBeanLoader.Result
- extends Object
Trivial class used as the return value by the
load method. This class aggregates
the results of a service creation attempt:
proxy and associated ServiceBeanContext.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceBeanLoader.Result
public ServiceBeanLoader.Result(ServiceBeanContext c,
Object o,
MarshalledInstance m,
Uuid s)
- Trivial constructor. Simply assigns each argument
to the appropriate field.
- Parameters:
c - The ServiceBeanContexto - The resulting loaded implementationm - The proxy as a MarshalledInstances - The id of the service
getImpl
public Object getImpl()
getMarshalledInstance
public MarshalledInstance getMarshalledInstance()
getServiceBeanContext
public ServiceBeanContext getServiceBeanContext()
getServiceID
public Uuid getServiceID()
Copyright © 2006-2011 Rio Project. All Rights Reserved.