com.sun.jini.outrigger
Class TransientOutriggerImpl

java.lang.Object
  extended by com.sun.jini.outrigger.OutriggerServerWrapper
      extended by com.sun.jini.outrigger.TransientOutriggerImpl
All Implemented Interfaces:
DestroyAdmin, Landlord, OutriggerAdmin, OutriggerServer, ServiceProxyAccessor, Remote, JoinAdmin, TransactionConstants, TransactionParticipant, ProxyAccessor, ServerProxyTrust

 class TransientOutriggerImpl
extends OutriggerServerWrapper

OutriggerServerWrapper subclass for transient servers.

Since:
2.0
Author:
Sun Microsystems, Inc.

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jini.outrigger.OutriggerServer
OutriggerServer.QueryCookie
 
Nested classes/interfaces inherited from interface com.sun.jini.landlord.Landlord
Landlord.RenewResults
 
Field Summary
 
Fields inherited from interface net.jini.core.transaction.server.TransactionConstants
ABORTED, ACTIVE, COMMITTED, NOTCHANGED, PREPARED, VOTING
 
Constructor Summary
TransientOutriggerImpl(String[] configArgs, LifeCycle lifeCycle)
          Create a new transient outrigger server.
 
Method Summary
 
Methods inherited from class com.sun.jini.outrigger.OutriggerServerWrapper
abort, addLookupAttributes, addLookupGroups, addLookupLocators, allowCalls, cancel, cancelAll, close, commit, contents, contents, delete, destroy, getAdmin, getLookupAttributes, getLookupGroups, getLookupLocators, getProxy, getProxyVerifier, getServiceProxy, holdCalls, modifyLookupAttributes, nextBatch, nextReps, notify, prepare, prepareAndCommit, read, readIfExists, registerForAvailabilityEvent, rejectCalls, removeLookupGroups, removeLookupLocators, renew, renewAll, setLookupGroups, setLookupLocators, space, take, take, takeIfExists, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientOutriggerImpl

TransientOutriggerImpl(String[] configArgs,
                       LifeCycle lifeCycle)
                 throws IOException,
                        ConfigurationException,
                        LoginException
Create a new transient outrigger server.

Parameters:
configArgs - set of strings to be used to obtain a Configuration.
lifeCycle - the object to notify when this service is destroyed.
Throws:
IOException - if there is problem exporting the server.
ConfigurationException - if the Configuration is malformed.
LoginException - if the loginContext specified in the configuration is non-null and throws an exception when login is attempted.


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.