Exemple #1
0
 private void initStubs(BTransport transport)
 {
     bioFruitServiceVal          = new byps.test.api.inherit.BStub_BioFruitService(transport);
     bioLemonServiceVal          = new byps.test.api.inherit.BStub_BioLemonService(transport);
     fruitServiceVal             = new byps.test.api.inherit.BStub_FruitService(transport);
     lemonServiceVal             = new byps.test.api.inherit.BStub_LemonService(transport);
     plantServiceVal             = new byps.test.api.inherit.BStub_PlantService(transport);
     remoteArrayTypes1dimVal     = new byps.test.api.remote.BStub_RemoteArrayTypes1dim(transport);
     remoteArrayTypes23Val       = new byps.test.api.remote.BStub_RemoteArrayTypes23(transport);
     remoteArrayTypes4dimVal     = new byps.test.api.remote.BStub_RemoteArrayTypes4dim(transport);
     remoteConstantsVal          = new byps.test.api.remote.BStub_RemoteConstants(transport);
     remoteEnumsVal              = new byps.test.api.remote.BStub_RemoteEnums(transport);
     remoteInlineInstanceVal     = new byps.test.api.remote.BStub_RemoteInlineInstance(transport);
     remoteListTypesVal          = new byps.test.api.remote.BStub_RemoteListTypes(transport);
     remoteMapTypesVal           = new byps.test.api.remote.BStub_RemoteMapTypes(transport);
     remotePrimitiveTypesVal     = new byps.test.api.remote.BStub_RemotePrimitiveTypes(transport);
     remoteProcessingExVal       = new byps.test.api.remote.BStub_RemoteProcessingEx(transport);
     remoteReferencesVal         = new byps.test.api.remote.BStub_RemoteReferences(transport);
     remoteServerCtrlVal         = new byps.test.api.remote.BStub_RemoteServerCtrl(transport);
     remoteSetTypesVal           = new byps.test.api.remote.BStub_RemoteSetTypes(transport);
     remoteStreamsVal            = new byps.test.api.remote.BStub_RemoteStreams(transport);
     remoteWithAuthenticationVal = new byps.test.api.remote.BStub_RemoteWithAuthentication(transport);
     clientIFVal = new byps.test.api.srvr.BStub_ClientIF(transport);
     serverIFVal = new byps.test.api.srvr.BStub_ServerIF(transport);
     evolveIFVal = new byps.test.api.ver.BStub_EvolveIF(transport);
 }
Exemple #2
0
		private void initStubs(BTransport transport) {
			bioFruitServiceVal = new byps.test.api.inherit.BStub_BioFruitService(transport);
			bioLemonServiceVal = new byps.test.api.inherit.BStub_BioLemonService(transport);
			fruitServiceVal = new byps.test.api.inherit.BStub_FruitService(transport);
			lemonServiceVal = new byps.test.api.inherit.BStub_LemonService(transport);
			plantServiceVal = new byps.test.api.inherit.BStub_PlantService(transport);
			remoteArrayTypes1dimVal = new byps.test.api.remote.BStub_RemoteArrayTypes1dim(transport);
			remoteArrayTypes23Val = new byps.test.api.remote.BStub_RemoteArrayTypes23(transport);
			remoteArrayTypes4dimVal = new byps.test.api.remote.BStub_RemoteArrayTypes4dim(transport);
			remoteConstantsVal = new byps.test.api.remote.BStub_RemoteConstants(transport);
			remoteEnumsVal = new byps.test.api.remote.BStub_RemoteEnums(transport);
			remoteInlineInstanceVal = new byps.test.api.remote.BStub_RemoteInlineInstance(transport);
			remoteListTypesVal = new byps.test.api.remote.BStub_RemoteListTypes(transport);
			remoteMapTypesVal = new byps.test.api.remote.BStub_RemoteMapTypes(transport);
			remotePrimitiveTypesVal = new byps.test.api.remote.BStub_RemotePrimitiveTypes(transport);
			remoteReferencesVal = new byps.test.api.remote.BStub_RemoteReferences(transport);
			remoteServerCtrlVal = new byps.test.api.remote.BStub_RemoteServerCtrl(transport);
			remoteSetTypesVal = new byps.test.api.remote.BStub_RemoteSetTypes(transport);
			remoteStreamsVal = new byps.test.api.remote.BStub_RemoteStreams(transport);
			remoteWithAuthenticationVal = new byps.test.api.remote.BStub_RemoteWithAuthentication(transport);
			clientIFVal = new byps.test.api.srvr.BStub_ClientIF(transport);
			serverIFVal = new byps.test.api.srvr.BStub_ServerIF(transport);
			evolveIFVal = new byps.test.api.ver.BStub_EvolveIF(transport);
		}